Shades of Razzle Dazzle Rose #F221E5
Tints of Razzle Dazzle Rose #F221E5
RGB
CMYK
RGB Variations
Color information
#F221E5 (or 0xF221E5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 21 and E5. RGB value is (242,33,229). Sum of RGB (Red+Green+Blue) = 242+33+229=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F221E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221E5 is #0DDE1A. Grayscale: #757575. Windows color (decimal): -908827 or 15016434. OLE color: 15016434.
HSL color Cylindrical-coordinate representation of color #F221E5: hue angle of 303.73º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F221E5 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 229 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.05 |
| HSL | 303.73º | 0.89% | 0.54% | - |
| HSV(B) | 303.73º | 0.86% | 0.95% | - |
| XYZ | 51.3 | 25.62 | 76.37 | - |
| YUV | 117.84 | 190.74 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 229 | 0 | 0.86 | 0.05 | 0.05 | 303.73 | 0.89 | 0.54 |
| Hex | F2 | 21 | E5 | 0 | 56 | 5 | 5 | 130 | 59 | 36 |
| Octal | 362 | 41 | 345 | 0 | 126 | 5 | 5 | 460 | 131 | 66 |
| Binary | 11110010 | 100001 | 11100101 | 0 | 1010110 | 101 | 101 | 100110000 | 1011001 | 110110 |
Color Harmonies of #F221E5
Complementary color
Monochromatic Colors of #F221E5
Black with #F221E5
Text Example
Text Example
White with #F221E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221E5; }
p { color: rgb(242,33,229); }
H1.HeaderClassName
{
color: #F221E5;
}
.AnyTagClassName
{
color: #F221E5;
}
</style>
background-color css
<style>
a { background-color: #F221E5; }
a { background-color: rgb(242,33,229); }
div.DivClassName
{
background-color: #F221E5;
}
.BgClassName
{
background-color: #F221E5;
}
</style>
border-color css
<style>
span { border-color: #F221E5; }
span { border-color: rgb(242,33,229); }
td.TdClassName
{
border-color: #F221E5;
}
.TagClassName
{
border-color: #F221E5;
}
</style>