#FB42D4

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

Shades of Razzle Dazzle Rose #FB42D4

Tints of Razzle Dazzle Rose #FB42D4

Color information

#FB42D4 (or 0xFB42D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 42 and D4. RGB value is (251,66,212). Sum of RGB (Red+Green+Blue) = 251+66+212=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 66 (26.17% from 255 or 12.48% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42D4 is #04BD2B. Grayscale: #898989. Windows color (decimal): -310572 or 13910779. OLE color: 13910779.

HSL color Cylindrical-coordinate representation of color #FB42D4: hue angle of 312.65º 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 #FB42D4 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB25166212-
CMYK00.740.160.02
HSL312.65º95.85%62.16%-
HSV(B)312.65º73.71%98.43%-
XYZ53.6229.1665.09-
YUV137.96169.79208.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.45%
GREEN value IS 66 (26.17% from 255) = 12.48%
BLUE value IS 212 (83.20% from 255) = 40.08%
R=47.45%
G=12.48%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516621200.740.160.02312.6595.8562.16
HexFB42D404A102139603e
Octal373102324011220247114076
Binary111110111000010110101000100101010000101001110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB42D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB42D4; }

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

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

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

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

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

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

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

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