Shades of Razzle Dazzle Rose #F239D5
Tints of Razzle Dazzle Rose #F239D5
RGB
CMYK
RGB Variations
Color information
#F239D5 (or 0xF239D5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 39 and D5. RGB value is (242,57,213). Sum of RGB (Red+Green+Blue) = 242+57+213=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 57 (22.66% from 255 or 11.13% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F239D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239D5 is #0DC62A. Grayscale: #818181. Windows color (decimal): -902699 or 13974002. OLE color: 13974002.
HSL color Cylindrical-coordinate representation of color #F239D5: hue angle of 309.41º 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 #F239D5 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 213 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.05 |
| HSL | 309.41º | 0.88% | 0.59% | - |
| HSV(B) | 309.41º | 0.76% | 0.95% | - |
| XYZ | 50.09 | 26.61 | 65.45 | - |
| YUV | 130.1 | 174.79 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 213 | 0 | 0.76 | 0.12 | 0.05 | 309.41 | 0.88 | 0.59 |
| Hex | F2 | 39 | D5 | 0 | 4C | C | 5 | 135 | 58 | 3B |
| Octal | 362 | 71 | 325 | 0 | 114 | 14 | 5 | 465 | 130 | 73 |
| Binary | 11110010 | 111001 | 11010101 | 0 | 1001100 | 1100 | 101 | 100110101 | 1011000 | 111011 |
Color Harmonies of #F239D5
Complementary color
Monochromatic Colors of #F239D5
Black with #F239D5
Text Example
Text Example
White with #F239D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239D5; }
p { color: rgb(242,57,213); }
H1.HeaderClassName
{
color: #F239D5;
}
.AnyTagClassName
{
color: #F239D5;
}
</style>
background-color css
<style>
a { background-color: #F239D5; }
a { background-color: rgb(242,57,213); }
div.DivClassName
{
background-color: #F239D5;
}
.BgClassName
{
background-color: #F239D5;
}
</style>
border-color css
<style>
span { border-color: #F239D5; }
span { border-color: rgb(242,57,213); }
td.TdClassName
{
border-color: #F239D5;
}
.TagClassName
{
border-color: #F239D5;
}
</style>