Shades of Razzle Dazzle Rose #F239C0
Tints of Razzle Dazzle Rose #F239C0
RGB
CMYK
RGB Variations
Color information
#F239C0 (or 0xF239C0) is known color: Razzle Dazzle Rose. HEX triplet: F2, 39 and C0. RGB value is (242,57,192). Sum of RGB (Red+Green+Blue) = 242+57+192=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F239C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239C0 is #0DC63F. Grayscale: #7F7F7F. Windows color (decimal): -902720 or 12597746. OLE color: 12597746.
HSL color Cylindrical-coordinate representation of color #F239C0: hue angle of 316.22º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F239C0 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 192 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.05 |
| HSL | 316.22º | 0.88% | 0.59% | - |
| HSV(B) | 316.22º | 0.76% | 0.95% | - |
| XYZ | 47.6 | 25.61 | 52.3 | - |
| YUV | 127.71 | 164.29 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 192 | 0 | 0.76 | 0.21 | 0.05 | 316.22 | 0.88 | 0.59 |
| Hex | F2 | 39 | C0 | 0 | 4C | 15 | 5 | 13C | 58 | 3B |
| Octal | 362 | 71 | 300 | 0 | 114 | 25 | 5 | 474 | 130 | 73 |
| Binary | 11110010 | 111001 | 11000000 | 0 | 1001100 | 10101 | 101 | 100111100 | 1011000 | 111011 |
Color Harmonies of #F239C0
Complementary color
Monochromatic Colors of #F239C0
Black with #F239C0
Text Example
Text Example
White with #F239C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239C0; }
p { color: rgb(242,57,192); }
H1.HeaderClassName
{
color: #F239C0;
}
.AnyTagClassName
{
color: #F239C0;
}
</style>
background-color css
<style>
a { background-color: #F239C0; }
a { background-color: rgb(242,57,192); }
div.DivClassName
{
background-color: #F239C0;
}
.BgClassName
{
background-color: #F239C0;
}
</style>
border-color css
<style>
span { border-color: #F239C0; }
span { border-color: rgb(242,57,192); }
td.TdClassName
{
border-color: #F239C0;
}
.TagClassName
{
border-color: #F239C0;
}
</style>