Shades of Razzle Dazzle Rose #F242C0
Tints of Razzle Dazzle Rose #F242C0
RGB
CMYK
RGB Variations
Color information
#F242C0 (or 0xF242C0) is known color: Razzle Dazzle Rose. HEX triplet: F2, 42 and C0. RGB value is (242,66,192). Sum of RGB (Red+Green+Blue) = 242+66+192=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F242C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F242C0 is #0DBD3F. Grayscale: #848484. Windows color (decimal): -900416 or 12600050. OLE color: 12600050.
HSL color Cylindrical-coordinate representation of color #F242C0: hue angle of 317.05º 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 #F242C0 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 192 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.05 |
| HSL | 317.05º | 0.87% | 0.6% | - |
| HSV(B) | 317.05º | 0.73% | 0.95% | - |
| XYZ | 48.08 | 26.58 | 52.47 | - |
| YUV | 132.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 192 | 0 | 0.73 | 0.21 | 0.05 | 317.05 | 0.87 | 0.6 |
| Hex | F2 | 42 | C0 | 0 | 49 | 15 | 5 | 13D | 57 | 3C |
| Octal | 362 | 102 | 300 | 0 | 111 | 25 | 5 | 475 | 127 | 74 |
| Binary | 11110010 | 1000010 | 11000000 | 0 | 1001001 | 10101 | 101 | 100111101 | 1010111 | 111100 |
Color Harmonies of #F242C0
Complementary color
Monochromatic Colors of #F242C0
Black with #F242C0
Text Example
Text Example
White with #F242C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F242C0; }
p { color: rgb(242,66,192); }
H1.HeaderClassName
{
color: #F242C0;
}
.AnyTagClassName
{
color: #F242C0;
}
</style>
background-color css
<style>
a { background-color: #F242C0; }
a { background-color: rgb(242,66,192); }
div.DivClassName
{
background-color: #F242C0;
}
.BgClassName
{
background-color: #F242C0;
}
</style>
border-color css
<style>
span { border-color: #F242C0; }
span { border-color: rgb(242,66,192); }
td.TdClassName
{
border-color: #F242C0;
}
.TagClassName
{
border-color: #F242C0;
}
</style>