#fb48cf

Color #FB48CF Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FB48CF

Tints of Razzle Dazzle Rose #FB48CF

Color information

#FB48CF (or 0xFB48CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 48 and CF. RGB value is (251,72,207). Sum of RGB (Red+Green+Blue) = 251+72+207=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 72 (28.52% from 255 or 13.58% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB48CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB48CF is #04B730. Grayscale: #8C8C8C. Windows color (decimal): -309041 or 13584635. OLE color: 13584635.

HSL color Cylindrical-coordinate representation of color #FB48CF: hue angle of 314.75º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB48CF is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB25172207-
CMYK00.710.180.02
HSL314.75º95.72%63.33%-
HSV(B)314.75º71.31%98.43%-
XYZ53.3629.6561.94-
YUV140.91165.3206.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 47.36%
GREEN value IS 72 (28.52% from 255) = 13.58%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=47.36%
G=13.58%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517220700.710.180.02314.7595.7263.33
HexFB48CF04712213b603f
Octal373110317010722247314077
Binary111110111001000110011110100011110010101001110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb48cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb48cf; }

 p { color: rgb(251,72,207); }

 H1.HeaderClassName
 {
   color: #fb48cf;
 }
 .AnyTagClassName
 {
   color: #fb48cf;
 }
</style>
background-color css

<style>
 a { background-color: #fb48cf; }

 a { background-color: rgb(251,72,207); }

 div.DivClassName
 {
   background-color: #fb48cf;
 }
 .BgClassName
 {
   background-color: #fb48cf;
 }
</style>
border-color css

<style>
 span { border-color: #fb48cf; }

 span { border-color: rgb(251,72,207); }

 td.TdClassName
 {
   border-color: #fb48cf;
 }
 .TagClassName
 {
   border-color: #fb48cf;
 }
</style>