Shades of Razzle Dazzle Rose #FB42DC
Tints of Razzle Dazzle Rose #FB42DC
RGB
CMYK
RGB Variations
Color information
#FB42DC (or 0xFB42DC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 42 and DC. RGB value is (251,66,220). Sum of RGB (Red+Green+Blue) = 251+66+220=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 66 (26.17% from 255 or 12.29% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42DC is #04BD23. Grayscale: #8A8A8A. Windows color (decimal): -310564 or 14435067. OLE color: 14435067.
HSL color Cylindrical-coordinate representation of color #FB42DC: hue angle of 310.05º 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 #FB42DC is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 220 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.02 |
| HSL | 310.05º | 0.96% | 0.62% | - |
| HSV(B) | 310.05º | 0.74% | 0.98% | - |
| XYZ | 54.65 | 29.57 | 70.54 | - |
| YUV | 138.87 | 173.79 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 220 | 0 | 0.74 | 0.12 | 0.02 | 310.05 | 0.96 | 0.62 |
| Hex | FB | 42 | DC | 0 | 4A | C | 2 | 136 | 60 | 3E |
| Octal | 373 | 102 | 334 | 0 | 112 | 14 | 2 | 466 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11011100 | 0 | 1001010 | 1100 | 10 | 100110110 | 1100000 | 111110 |
Color Harmonies of #FB42DC
Complementary color
Monochromatic Colors of #FB42DC
Black with #FB42DC
Text Example
Text Example
White with #FB42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42DC; }
p { color: rgb(251,66,220); }
H1.HeaderClassName
{
color: #FB42DC;
}
.AnyTagClassName
{
color: #FB42DC;
}
</style>
background-color css
<style>
a { background-color: #FB42DC; }
a { background-color: rgb(251,66,220); }
div.DivClassName
{
background-color: #FB42DC;
}
.BgClassName
{
background-color: #FB42DC;
}
</style>
border-color css
<style>
span { border-color: #FB42DC; }
span { border-color: rgb(251,66,220); }
td.TdClassName
{
border-color: #FB42DC;
}
.TagClassName
{
border-color: #FB42DC;
}
</style>