Shades of Razzle Dazzle Rose #F228EE
Tints of Razzle Dazzle Rose #F228EE
RGB
CMYK
RGB Variations
Color information
#F228EE (or 0xF228EE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 28 and EE. RGB value is (242,40,238). Sum of RGB (Red+Green+Blue) = 242+40+238=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 40 (16.02% from 255 or 7.69% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F228EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F228EE is #0DD711. Grayscale: #7A7A7A. Windows color (decimal): -907026 or 15608050. OLE color: 15608050.
HSL color Cylindrical-coordinate representation of color #F228EE: hue angle of 301.19º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F228EE is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 238 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.05 |
| HSL | 301.19º | 0.89% | 0.55% | - |
| HSV(B) | 301.19º | 0.83% | 0.95% | - |
| XYZ | 52.81 | 26.57 | 83.23 | - |
| YUV | 122.97 | 192.92 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 238 | 0 | 0.83 | 0.02 | 0.05 | 301.19 | 0.89 | 0.55 |
| Hex | F2 | 28 | EE | 0 | 53 | 2 | 5 | 12D | 59 | 37 |
| Octal | 362 | 50 | 356 | 0 | 123 | 2 | 5 | 455 | 131 | 67 |
| Binary | 11110010 | 101000 | 11101110 | 0 | 1010011 | 10 | 101 | 100101101 | 1011001 | 110111 |
Color Harmonies of #F228EE
Complementary color
Monochromatic Colors of #F228EE
Black with #F228EE
Text Example
Text Example
White with #F228EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F228EE; }
p { color: rgb(242,40,238); }
H1.HeaderClassName
{
color: #F228EE;
}
.AnyTagClassName
{
color: #F228EE;
}
</style>
background-color css
<style>
a { background-color: #F228EE; }
a { background-color: rgb(242,40,238); }
div.DivClassName
{
background-color: #F228EE;
}
.BgClassName
{
background-color: #F228EE;
}
</style>
border-color css
<style>
span { border-color: #F228EE; }
span { border-color: rgb(242,40,238); }
td.TdClassName
{
border-color: #F228EE;
}
.TagClassName
{
border-color: #F228EE;
}
</style>