Shades of Razzle Dazzle Rose #F239D9
Tints of Razzle Dazzle Rose #F239D9
RGB
CMYK
RGB Variations
Color information
#F239D9 (or 0xF239D9) is known color: Razzle Dazzle Rose. HEX triplet: F2, 39 and D9. RGB value is (242,57,217). Sum of RGB (Red+Green+Blue) = 242+57+217=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 57 (22.66% from 255 or 11.05% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F239D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239D9 is #0DC626. Grayscale: #828282. Windows color (decimal): -902695 or 14236146. OLE color: 14236146.
HSL color Cylindrical-coordinate representation of color #F239D9: hue angle of 308.11º 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 #F239D9 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 217 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.05 |
| HSL | 308.11º | 0.88% | 0.59% | - |
| HSV(B) | 308.11º | 0.76% | 0.95% | - |
| XYZ | 50.61 | 26.81 | 68.15 | - |
| YUV | 130.56 | 176.79 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 217 | 0 | 0.76 | 0.10 | 0.05 | 308.11 | 0.88 | 0.59 |
| Hex | F2 | 39 | D9 | 0 | 4C | A | 5 | 134 | 58 | 3B |
| Octal | 362 | 71 | 331 | 0 | 114 | 12 | 5 | 464 | 130 | 73 |
| Binary | 11110010 | 111001 | 11011001 | 0 | 1001100 | 1010 | 101 | 100110100 | 1011000 | 111011 |
Color Harmonies of #F239D9
Complementary color
Monochromatic Colors of #F239D9
Black with #F239D9
Text Example
Text Example
White with #F239D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239D9; }
p { color: rgb(242,57,217); }
H1.HeaderClassName
{
color: #F239D9;
}
.AnyTagClassName
{
color: #F239D9;
}
</style>
background-color css
<style>
a { background-color: #F239D9; }
a { background-color: rgb(242,57,217); }
div.DivClassName
{
background-color: #F239D9;
}
.BgClassName
{
background-color: #F239D9;
}
</style>
border-color css
<style>
span { border-color: #F239D9; }
span { border-color: rgb(242,57,217); }
td.TdClassName
{
border-color: #F239D9;
}
.TagClassName
{
border-color: #F239D9;
}
</style>