Shades of Razzle Dazzle Rose #F224E4
Tints of Razzle Dazzle Rose #F224E4
RGB
CMYK
RGB Variations
Color information
#F224E4 (or 0xF224E4) is known color: Razzle Dazzle Rose. HEX triplet: F2, 24 and E4. RGB value is (242,36,228). Sum of RGB (Red+Green+Blue) = 242+36+228=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 36 (14.45% from 255 or 7.11% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F224E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F224E4 is #0DDB1B. Grayscale: #767676. Windows color (decimal): -908060 or 14951666. OLE color: 14951666.
HSL color Cylindrical-coordinate representation of color #F224E4: hue angle of 304.08º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F224E4 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 228 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.05 |
| HSL | 304.08º | 0.89% | 0.55% | - |
| HSV(B) | 304.08º | 0.85% | 0.95% | - |
| XYZ | 51.25 | 25.74 | 75.67 | - |
| YUV | 119.48 | 189.25 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 228 | 0 | 0.85 | 0.06 | 0.05 | 304.08 | 0.89 | 0.55 |
| Hex | F2 | 24 | E4 | 0 | 55 | 6 | 5 | 130 | 59 | 37 |
| Octal | 362 | 44 | 344 | 0 | 125 | 6 | 5 | 460 | 131 | 67 |
| Binary | 11110010 | 100100 | 11100100 | 0 | 1010101 | 110 | 101 | 100110000 | 1011001 | 110111 |
Color Harmonies of #F224E4
Complementary color
Monochromatic Colors of #F224E4
Black with #F224E4
Text Example
Text Example
White with #F224E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224E4; }
p { color: rgb(242,36,228); }
H1.HeaderClassName
{
color: #F224E4;
}
.AnyTagClassName
{
color: #F224E4;
}
</style>
background-color css
<style>
a { background-color: #F224E4; }
a { background-color: rgb(242,36,228); }
div.DivClassName
{
background-color: #F224E4;
}
.BgClassName
{
background-color: #F224E4;
}
</style>
border-color css
<style>
span { border-color: #F224E4; }
span { border-color: rgb(242,36,228); }
td.TdClassName
{
border-color: #F224E4;
}
.TagClassName
{
border-color: #F224E4;
}
</style>