Shades of Razzle Dazzle Rose #FF42CB
Tints of Razzle Dazzle Rose #FF42CB
RGB
CMYK
RGB Variations
Color information
#FF42CB (or 0xFF42CB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and CB. RGB value is (255,66,203). Sum of RGB (Red+Green+Blue) = 255+66+203=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42CB is #00BD34. Grayscale: #898989. Windows color (decimal): -48437 or 13320959. OLE color: 13320959.
HSL color Cylindrical-coordinate representation of color #FF42CB: hue angle of 316.51º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF42CB is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 203 | - |
| CMYK | 0 | 0.74 | 0.20 | 0 |
| HSL | 316.51º | 1% | 0.63% | - |
| HSV(B) | 316.51º | 0.74% | 1% | - |
| XYZ | 53.97 | 29.47 | 59.34 | - |
| YUV | 138.13 | 164.62 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 203 | 0 | 0.74 | 0.20 | 0 | 316.51 | 1 | 0.63 |
| Hex | FF | 42 | CB | 0 | 4A | 14 | 0 | 13D | 64 | 3F |
| Octal | 377 | 102 | 313 | 0 | 112 | 24 | 0 | 475 | 144 | 77 |
| Binary | 11111111 | 1000010 | 11001011 | 0 | 1001010 | 10100 | 0 | 100111101 | 1100100 | 111111 |
Color Harmonies of #FF42CB
Complementary color
Monochromatic Colors of #FF42CB
Black with #FF42CB
Text Example
Text Example
White with #FF42CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42CB; }
p { color: rgb(255,66,203); }
H1.HeaderClassName
{
color: #FF42CB;
}
.AnyTagClassName
{
color: #FF42CB;
}
</style>
background-color css
<style>
a { background-color: #FF42CB; }
a { background-color: rgb(255,66,203); }
div.DivClassName
{
background-color: #FF42CB;
}
.BgClassName
{
background-color: #FF42CB;
}
</style>
border-color css
<style>
span { border-color: #FF42CB; }
span { border-color: rgb(255,66,203); }
td.TdClassName
{
border-color: #FF42CB;
}
.TagClassName
{
border-color: #FF42CB;
}
</style>