#FB42D3

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

Shades of Razzle Dazzle Rose #FB42D3

Tints of Razzle Dazzle Rose #FB42D3

Color information

#FB42D3 (or 0xFB42D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FB, 42 and D3. RGB value is (251,66,211). Sum of RGB (Red+Green+Blue) = 251+66+211=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 66 (26.17% from 255 or 12.5% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42D3 is #04BD2C. Grayscale: #898989. Windows color (decimal): -310573 or 13845243. OLE color: 13845243.

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

Color convert

RGB25166211-
CMYK00.740.160.02
HSL312.97º95.85%62.16%-
HSV(B)312.97º73.71%98.43%-
XYZ53.4929.1164.43-
YUV137.84169.29208.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.54%
GREEN value IS 66 (26.17% from 255) = 12.5%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=47.54%
G=12.5%
B=39.96%

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
Decimal2516621100.740.160.02312.9795.8562.16
HexFB42D304A102139603e
Octal373102323011220247114076
Binary111110111000010110100110100101010000101001110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB42D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB42D3; }

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

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

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

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

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

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

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

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