#FB42D6

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

Shades of Razzle Dazzle Rose #FB42D6

Tints of Razzle Dazzle Rose #FB42D6

Color information

#FB42D6 (or 0xFB42D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 42 and D6. RGB value is (251,66,214). Sum of RGB (Red+Green+Blue) = 251+66+214=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 66 (26.17% from 255 or 12.43% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42D6 is #04BD29. Grayscale: #898989. Windows color (decimal): -310570 or 14041851. OLE color: 14041851.

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

Color convert

RGB25166214-
CMYK00.740.150.02
HSL312º95.85%62.16%-
HSV(B)312º73.71%98.43%-
XYZ53.8729.2666.43-
YUV138.19170.79208.47-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.27%
GREEN value IS 66 (26.17% from 255) = 12.43%
BLUE value IS 214 (83.98% from 255) = 40.30%
R=47.27%
G=12.43%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516621400.740.150.0231295.8562.16
HexFB42D604AF2138603e
Octal373102326011217247014076
Binary11111011100001011010110010010101111101001110001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB42D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB42D6; }

 p { color: rgb(251,66,214); }

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

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

 a { background-color: rgb(251,66,214); }

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

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

 span { border-color: rgb(251,66,214); }

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