Shades of Razzle Dazzle Rose #F242D8
Tints of Razzle Dazzle Rose #F242D8
RGB
CMYK
RGB Variations
Color information
#F242D8 (or 0xF242D8) is known color: Razzle Dazzle Rose. HEX triplet: F2, 42 and D8. RGB value is (242,66,216). Sum of RGB (Red+Green+Blue) = 242+66+216=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F242D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F242D8 is #0DBD27. Grayscale: #878787. Windows color (decimal): -900392 or 14172914. OLE color: 14172914.
HSL color Cylindrical-coordinate representation of color #F242D8: hue angle of 308.86º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F242D8 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 216 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.05 |
| HSL | 308.86º | 0.87% | 0.6% | - |
| HSV(B) | 308.86º | 0.73% | 0.95% | - |
| XYZ | 50.96 | 27.73 | 67.63 | - |
| YUV | 135.72 | 173.31 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 216 | 0 | 0.73 | 0.11 | 0.05 | 308.86 | 0.87 | 0.6 |
| Hex | F2 | 42 | D8 | 0 | 49 | B | 5 | 135 | 57 | 3C |
| Octal | 362 | 102 | 330 | 0 | 111 | 13 | 5 | 465 | 127 | 74 |
| Binary | 11110010 | 1000010 | 11011000 | 0 | 1001001 | 1011 | 101 | 100110101 | 1010111 | 111100 |
Color Harmonies of #F242D8
Complementary color
Monochromatic Colors of #F242D8
Black with #F242D8
Text Example
Text Example
White with #F242D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F242D8; }
p { color: rgb(242,66,216); }
H1.HeaderClassName
{
color: #F242D8;
}
.AnyTagClassName
{
color: #F242D8;
}
</style>
background-color css
<style>
a { background-color: #F242D8; }
a { background-color: rgb(242,66,216); }
div.DivClassName
{
background-color: #F242D8;
}
.BgClassName
{
background-color: #F242D8;
}
</style>
border-color css
<style>
span { border-color: #F242D8; }
span { border-color: rgb(242,66,216); }
td.TdClassName
{
border-color: #F242D8;
}
.TagClassName
{
border-color: #F242D8;
}
</style>