Shades of Razzle Dazzle Rose #F239C5
Tints of Razzle Dazzle Rose #F239C5
RGB
CMYK
RGB Variations
Color information
#F239C5 (or 0xF239C5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 39 and C5. RGB value is (242,57,197). Sum of RGB (Red+Green+Blue) = 242+57+197=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 57 (22.66% from 255 or 11.49% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F239C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239C5 is #0DC63A. Grayscale: #7F7F7F. Windows color (decimal): -902715 or 12925426. OLE color: 12925426.
HSL color Cylindrical-coordinate representation of color #F239C5: hue angle of 314.59º 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 #F239C5 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 197 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.05 |
| HSL | 314.59º | 0.88% | 0.59% | - |
| HSV(B) | 314.59º | 0.76% | 0.95% | - |
| XYZ | 48.16 | 25.83 | 55.27 | - |
| YUV | 128.28 | 166.79 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 197 | 0 | 0.76 | 0.19 | 0.05 | 314.59 | 0.88 | 0.59 |
| Hex | F2 | 39 | C5 | 0 | 4C | 13 | 5 | 13B | 58 | 3B |
| Octal | 362 | 71 | 305 | 0 | 114 | 23 | 5 | 473 | 130 | 73 |
| Binary | 11110010 | 111001 | 11000101 | 0 | 1001100 | 10011 | 101 | 100111011 | 1011000 | 111011 |
Color Harmonies of #F239C5
Complementary color
Monochromatic Colors of #F239C5
Black with #F239C5
Text Example
Text Example
White with #F239C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239C5; }
p { color: rgb(242,57,197); }
H1.HeaderClassName
{
color: #F239C5;
}
.AnyTagClassName
{
color: #F239C5;
}
</style>
background-color css
<style>
a { background-color: #F239C5; }
a { background-color: rgb(242,57,197); }
div.DivClassName
{
background-color: #F239C5;
}
.BgClassName
{
background-color: #F239C5;
}
</style>
border-color css
<style>
span { border-color: #F239C5; }
span { border-color: rgb(242,57,197); }
td.TdClassName
{
border-color: #F239C5;
}
.TagClassName
{
border-color: #F239C5;
}
</style>