Shades of Razzle Dazzle Rose #F239C2
Tints of Razzle Dazzle Rose #F239C2
RGB
CMYK
RGB Variations
Color information
#F239C2 (or 0xF239C2) is known color: Razzle Dazzle Rose. HEX triplet: F2, 39 and C2. RGB value is (242,57,194). Sum of RGB (Red+Green+Blue) = 242+57+194=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F239C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239C2 is #0DC63D. Grayscale: #7F7F7F. Windows color (decimal): -902718 or 12728818. OLE color: 12728818.
HSL color Cylindrical-coordinate representation of color #F239C2: hue angle of 315.57º 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 #F239C2 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 194 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.05 |
| HSL | 315.57º | 0.88% | 0.59% | - |
| HSV(B) | 315.57º | 0.76% | 0.95% | - |
| XYZ | 47.82 | 25.7 | 53.48 | - |
| YUV | 127.93 | 165.29 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 194 | 0 | 0.76 | 0.20 | 0.05 | 315.57 | 0.88 | 0.59 |
| Hex | F2 | 39 | C2 | 0 | 4C | 14 | 5 | 13C | 58 | 3B |
| Octal | 362 | 71 | 302 | 0 | 114 | 24 | 5 | 474 | 130 | 73 |
| Binary | 11110010 | 111001 | 11000010 | 0 | 1001100 | 10100 | 101 | 100111100 | 1011000 | 111011 |
Color Harmonies of #F239C2
Complementary color
Monochromatic Colors of #F239C2
Black with #F239C2
Text Example
Text Example
White with #F239C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239C2; }
p { color: rgb(242,57,194); }
H1.HeaderClassName
{
color: #F239C2;
}
.AnyTagClassName
{
color: #F239C2;
}
</style>
background-color css
<style>
a { background-color: #F239C2; }
a { background-color: rgb(242,57,194); }
div.DivClassName
{
background-color: #F239C2;
}
.BgClassName
{
background-color: #F239C2;
}
</style>
border-color css
<style>
span { border-color: #F239C2; }
span { border-color: rgb(242,57,194); }
td.TdClassName
{
border-color: #F239C2;
}
.TagClassName
{
border-color: #F239C2;
}
</style>