Shades of Razzle Dazzle Rose #F239D2
Tints of Razzle Dazzle Rose #F239D2
RGB
CMYK
RGB Variations
Color information
#F239D2 (or 0xF239D2) is known color: Razzle Dazzle Rose. HEX triplet: F2, 39 and D2. RGB value is (242,57,210). Sum of RGB (Red+Green+Blue) = 242+57+210=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 57 (22.66% from 255 or 11.20% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F239D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239D2 is #0DC62D. Grayscale: #818181. Windows color (decimal): -902702 or 13777394. OLE color: 13777394.
HSL color Cylindrical-coordinate representation of color #F239D2: hue angle of 310.38º 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 #F239D2 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 210 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.05 |
| HSL | 310.38º | 0.88% | 0.59% | - |
| HSV(B) | 310.38º | 0.76% | 0.95% | - |
| XYZ | 49.71 | 26.46 | 63.46 | - |
| YUV | 129.76 | 173.29 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 210 | 0 | 0.76 | 0.13 | 0.05 | 310.38 | 0.88 | 0.59 |
| Hex | F2 | 39 | D2 | 0 | 4C | D | 5 | 136 | 58 | 3B |
| Octal | 362 | 71 | 322 | 0 | 114 | 15 | 5 | 466 | 130 | 73 |
| Binary | 11110010 | 111001 | 11010010 | 0 | 1001100 | 1101 | 101 | 100110110 | 1011000 | 111011 |
Color Harmonies of #F239D2
Complementary color
Monochromatic Colors of #F239D2
Black with #F239D2
Text Example
Text Example
White with #F239D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239D2; }
p { color: rgb(242,57,210); }
H1.HeaderClassName
{
color: #F239D2;
}
.AnyTagClassName
{
color: #F239D2;
}
</style>
background-color css
<style>
a { background-color: #F239D2; }
a { background-color: rgb(242,57,210); }
div.DivClassName
{
background-color: #F239D2;
}
.BgClassName
{
background-color: #F239D2;
}
</style>
border-color css
<style>
span { border-color: #F239D2; }
span { border-color: rgb(242,57,210); }
td.TdClassName
{
border-color: #F239D2;
}
.TagClassName
{
border-color: #F239D2;
}
</style>