Shades of Razzle Dazzle Rose #F239E5
Tints of Razzle Dazzle Rose #F239E5
RGB
CMYK
RGB Variations
Color information
#F239E5 (or 0xF239E5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 39 and E5. RGB value is (242,57,229). Sum of RGB (Red+Green+Blue) = 242+57+229=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 57 (22.66% from 255 or 10.80% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F239E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239E5 is #0DC61A. Grayscale: #838383. Windows color (decimal): -902683 or 15022578. OLE color: 15022578.
HSL color Cylindrical-coordinate representation of color #F239E5: hue angle of 304.22º 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 #F239E5 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 229 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.05 |
| HSL | 304.22º | 0.88% | 0.59% | - |
| HSV(B) | 304.22º | 0.76% | 0.95% | - |
| XYZ | 52.22 | 27.46 | 76.68 | - |
| YUV | 131.92 | 182.79 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 229 | 0 | 0.76 | 0.05 | 0.05 | 304.22 | 0.88 | 0.59 |
| Hex | F2 | 39 | E5 | 0 | 4C | 5 | 5 | 130 | 58 | 3B |
| Octal | 362 | 71 | 345 | 0 | 114 | 5 | 5 | 460 | 130 | 73 |
| Binary | 11110010 | 111001 | 11100101 | 0 | 1001100 | 101 | 101 | 100110000 | 1011000 | 111011 |
Color Harmonies of #F239E5
Complementary color
Monochromatic Colors of #F239E5
Black with #F239E5
Text Example
Text Example
White with #F239E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239E5; }
p { color: rgb(242,57,229); }
H1.HeaderClassName
{
color: #F239E5;
}
.AnyTagClassName
{
color: #F239E5;
}
</style>
background-color css
<style>
a { background-color: #F239E5; }
a { background-color: rgb(242,57,229); }
div.DivClassName
{
background-color: #F239E5;
}
.BgClassName
{
background-color: #F239E5;
}
</style>
border-color css
<style>
span { border-color: #F239E5; }
span { border-color: rgb(242,57,229); }
td.TdClassName
{
border-color: #F239E5;
}
.TagClassName
{
border-color: #F239E5;
}
</style>