Shades of Razzle Dazzle Rose #F228EA
Tints of Razzle Dazzle Rose #F228EA
RGB
CMYK
RGB Variations
Color information
#F228EA (or 0xF228EA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 28 and EA. RGB value is (242,40,234). Sum of RGB (Red+Green+Blue) = 242+40+234=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 40 (16.02% from 255 or 7.75% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F228EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F228EA is #0DD715. Grayscale: #797979. Windows color (decimal): -907030 or 15345906. OLE color: 15345906.
HSL color Cylindrical-coordinate representation of color #F228EA: hue angle of 302.38º 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 #F228EA is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 234 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.05 |
| HSL | 302.38º | 0.89% | 0.55% | - |
| HSV(B) | 302.38º | 0.83% | 0.95% | - |
| XYZ | 52.23 | 26.34 | 80.17 | - |
| YUV | 122.51 | 190.92 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 234 | 0 | 0.83 | 0.03 | 0.05 | 302.38 | 0.89 | 0.55 |
| Hex | F2 | 28 | EA | 0 | 53 | 3 | 5 | 12E | 59 | 37 |
| Octal | 362 | 50 | 352 | 0 | 123 | 3 | 5 | 456 | 131 | 67 |
| Binary | 11110010 | 101000 | 11101010 | 0 | 1010011 | 11 | 101 | 100101110 | 1011001 | 110111 |
Color Harmonies of #F228EA
Complementary color
Monochromatic Colors of #F228EA
Black with #F228EA
Text Example
Text Example
White with #F228EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F228EA; }
p { color: rgb(242,40,234); }
H1.HeaderClassName
{
color: #F228EA;
}
.AnyTagClassName
{
color: #F228EA;
}
</style>
background-color css
<style>
a { background-color: #F228EA; }
a { background-color: rgb(242,40,234); }
div.DivClassName
{
background-color: #F228EA;
}
.BgClassName
{
background-color: #F228EA;
}
</style>
border-color css
<style>
span { border-color: #F228EA; }
span { border-color: rgb(242,40,234); }
td.TdClassName
{
border-color: #F228EA;
}
.TagClassName
{
border-color: #F228EA;
}
</style>