Shades of Razzle Dazzle Rose #F227EE
Tints of Razzle Dazzle Rose #F227EE
RGB
CMYK
RGB Variations
Color information
#F227EE (or 0xF227EE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 27 and EE. RGB value is (242,39,238). Sum of RGB (Red+Green+Blue) = 242+39+238=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F227EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F227EE is #0DD811. Grayscale: #797979. Windows color (decimal): -907282 or 15607794. OLE color: 15607794.
HSL color Cylindrical-coordinate representation of color #F227EE: hue angle of 301.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F227EE is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 238 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.05 |
| HSL | 301.18º | 0.89% | 0.55% | - |
| HSV(B) | 301.18º | 0.84% | 0.95% | - |
| XYZ | 52.78 | 26.5 | 83.22 | - |
| YUV | 122.38 | 193.25 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 238 | 0 | 0.84 | 0.02 | 0.05 | 301.18 | 0.89 | 0.55 |
| Hex | F2 | 27 | EE | 0 | 54 | 2 | 5 | 12D | 59 | 37 |
| Octal | 362 | 47 | 356 | 0 | 124 | 2 | 5 | 455 | 131 | 67 |
| Binary | 11110010 | 100111 | 11101110 | 0 | 1010100 | 10 | 101 | 100101101 | 1011001 | 110111 |
Color Harmonies of #F227EE
Complementary color
Monochromatic Colors of #F227EE
Black with #F227EE
Text Example
Text Example
White with #F227EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227EE; }
p { color: rgb(242,39,238); }
H1.HeaderClassName
{
color: #F227EE;
}
.AnyTagClassName
{
color: #F227EE;
}
</style>
background-color css
<style>
a { background-color: #F227EE; }
a { background-color: rgb(242,39,238); }
div.DivClassName
{
background-color: #F227EE;
}
.BgClassName
{
background-color: #F227EE;
}
</style>
border-color css
<style>
span { border-color: #F227EE; }
span { border-color: rgb(242,39,238); }
td.TdClassName
{
border-color: #F227EE;
}
.TagClassName
{
border-color: #F227EE;
}
</style>