Shades of Razzle Dazzle Rose #FF42C5
Tints of Razzle Dazzle Rose #FF42C5
RGB
CMYK
RGB Variations
Color information
#FF42C5 (or 0xFF42C5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and C5. RGB value is (255,66,197). Sum of RGB (Red+Green+Blue) = 255+66+197=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42C5 is #00BD3A. Grayscale: #898989. Windows color (decimal): -48443 or 12927743. OLE color: 12927743.
HSL color Cylindrical-coordinate representation of color #FF42C5: hue angle of 318.41º 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 #FF42C5 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 197 | - |
| CMYK | 0 | 0.74 | 0.23 | 0 |
| HSL | 318.41º | 1% | 0.63% | - |
| HSV(B) | 318.41º | 0.74% | 1% | - |
| XYZ | 53.27 | 29.19 | 55.65 | - |
| YUV | 137.45 | 161.62 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 197 | 0 | 0.74 | 0.23 | 0 | 318.41 | 1 | 0.63 |
| Hex | FF | 42 | C5 | 0 | 4A | 17 | 0 | 13E | 64 | 3F |
| Octal | 377 | 102 | 305 | 0 | 112 | 27 | 0 | 476 | 144 | 77 |
| Binary | 11111111 | 1000010 | 11000101 | 0 | 1001010 | 10111 | 0 | 100111110 | 1100100 | 111111 |
Color Harmonies of #FF42C5
Complementary color
Monochromatic Colors of #FF42C5
Black with #FF42C5
Text Example
Text Example
White with #FF42C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42C5; }
p { color: rgb(255,66,197); }
H1.HeaderClassName
{
color: #FF42C5;
}
.AnyTagClassName
{
color: #FF42C5;
}
</style>
background-color css
<style>
a { background-color: #FF42C5; }
a { background-color: rgb(255,66,197); }
div.DivClassName
{
background-color: #FF42C5;
}
.BgClassName
{
background-color: #FF42C5;
}
</style>
border-color css
<style>
span { border-color: #FF42C5; }
span { border-color: rgb(255,66,197); }
td.TdClassName
{
border-color: #FF42C5;
}
.TagClassName
{
border-color: #FF42C5;
}
</style>