Shades of Razzle Dazzle Rose #F235EC
Tints of Razzle Dazzle Rose #F235EC
RGB
CMYK
RGB Variations
Color information
#F235EC (or 0xF235EC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 35 and EC. RGB value is (242,53,236). Sum of RGB (Red+Green+Blue) = 242+53+236=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 53 (21.09% from 255 or 9.98% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F235EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F235EC is #0DCA13. Grayscale: #818181. Windows color (decimal): -903700 or 15480306. OLE color: 15480306.
HSL color Cylindrical-coordinate representation of color #F235EC: hue angle of 301.9º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F235EC is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 236 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.05 |
| HSL | 301.9º | 0.88% | 0.58% | - |
| HSV(B) | 301.9º | 0.78% | 0.95% | - |
| XYZ | 53.03 | 27.48 | 81.87 | - |
| YUV | 130.37 | 187.62 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 236 | 0 | 0.78 | 0.02 | 0.05 | 301.9 | 0.88 | 0.58 |
| Hex | F2 | 35 | EC | 0 | 4E | 2 | 5 | 12E | 58 | 3A |
| Octal | 362 | 65 | 354 | 0 | 116 | 2 | 5 | 456 | 130 | 72 |
| Binary | 11110010 | 110101 | 11101100 | 0 | 1001110 | 10 | 101 | 100101110 | 1011000 | 111010 |
Color Harmonies of #F235EC
Complementary color
Monochromatic Colors of #F235EC
Black with #F235EC
Text Example
Text Example
White with #F235EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F235EC; }
p { color: rgb(242,53,236); }
H1.HeaderClassName
{
color: #F235EC;
}
.AnyTagClassName
{
color: #F235EC;
}
</style>
background-color css
<style>
a { background-color: #F235EC; }
a { background-color: rgb(242,53,236); }
div.DivClassName
{
background-color: #F235EC;
}
.BgClassName
{
background-color: #F235EC;
}
</style>
border-color css
<style>
span { border-color: #F235EC; }
span { border-color: rgb(242,53,236); }
td.TdClassName
{
border-color: #F235EC;
}
.TagClassName
{
border-color: #F235EC;
}
</style>