Shades of Razzle Dazzle Rose #FF42C7
Tints of Razzle Dazzle Rose #FF42C7
RGB
CMYK
RGB Variations
Color information
#FF42C7 (or 0xFF42C7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and C7. RGB value is (255,66,199). Sum of RGB (Red+Green+Blue) = 255+66+199=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42C7 is #00BD38. Grayscale: #898989. Windows color (decimal): -48441 or 13058815. OLE color: 13058815.
HSL color Cylindrical-coordinate representation of color #FF42C7: hue angle of 317.78º 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 #FF42C7 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 199 | - |
| CMYK | 0 | 0.74 | 0.22 | 0 |
| HSL | 317.78º | 1% | 0.63% | - |
| HSV(B) | 317.78º | 0.74% | 1% | - |
| XYZ | 53.5 | 29.28 | 56.86 | - |
| YUV | 137.67 | 162.62 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 199 | 0 | 0.74 | 0.22 | 0 | 317.78 | 1 | 0.63 |
| Hex | FF | 42 | C7 | 0 | 4A | 16 | 0 | 13E | 64 | 3F |
| Octal | 377 | 102 | 307 | 0 | 112 | 26 | 0 | 476 | 144 | 77 |
| Binary | 11111111 | 1000010 | 11000111 | 0 | 1001010 | 10110 | 0 | 100111110 | 1100100 | 111111 |
Color Harmonies of #FF42C7
Complementary color
Monochromatic Colors of #FF42C7
Black with #FF42C7
Text Example
Text Example
White with #FF42C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42C7; }
p { color: rgb(255,66,199); }
H1.HeaderClassName
{
color: #FF42C7;
}
.AnyTagClassName
{
color: #FF42C7;
}
</style>
background-color css
<style>
a { background-color: #FF42C7; }
a { background-color: rgb(255,66,199); }
div.DivClassName
{
background-color: #FF42C7;
}
.BgClassName
{
background-color: #FF42C7;
}
</style>
border-color css
<style>
span { border-color: #FF42C7; }
span { border-color: rgb(255,66,199); }
td.TdClassName
{
border-color: #FF42C7;
}
.TagClassName
{
border-color: #FF42C7;
}
</style>