Shades of Razzle Dazzle Rose #F422C9
Tints of Razzle Dazzle Rose #F422C9
RGB
CMYK
RGB Variations
Color information
#F422C9 (or 0xF422C9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 22 and C9. RGB value is (244,34,201). Sum of RGB (Red+Green+Blue) = 244+34+201=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 34 (13.67% from 255 or 7.10% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F422C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F422C9 is #0BDD36. Grayscale: #737373. Windows color (decimal): -777527 or 13181684. OLE color: 13181684.
HSL color Cylindrical-coordinate representation of color #F422C9: hue angle of 312.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F422C9 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 201 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.04 |
| HSL | 312.29º | 0.91% | 0.55% | - |
| HSV(B) | 312.29º | 0.86% | 0.96% | - |
| XYZ | 48.42 | 24.59 | 57.45 | - |
| YUV | 115.83 | 176.07 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 201 | 0 | 0.86 | 0.18 | 0.04 | 312.29 | 0.91 | 0.55 |
| Hex | F4 | 22 | C9 | 0 | 56 | 12 | 4 | 138 | 5B | 37 |
| Octal | 364 | 42 | 311 | 0 | 126 | 22 | 4 | 470 | 133 | 67 |
| Binary | 11110100 | 100010 | 11001001 | 0 | 1010110 | 10010 | 100 | 100111000 | 1011011 | 110111 |
Color Harmonies of #F422C9
Complementary color
Monochromatic Colors of #F422C9
Black with #F422C9
Text Example
Text Example
White with #F422C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F422C9; }
p { color: rgb(244,34,201); }
H1.HeaderClassName
{
color: #F422C9;
}
.AnyTagClassName
{
color: #F422C9;
}
</style>
background-color css
<style>
a { background-color: #F422C9; }
a { background-color: rgb(244,34,201); }
div.DivClassName
{
background-color: #F422C9;
}
.BgClassName
{
background-color: #F422C9;
}
</style>
border-color css
<style>
span { border-color: #F422C9; }
span { border-color: rgb(244,34,201); }
td.TdClassName
{
border-color: #F422C9;
}
.TagClassName
{
border-color: #F422C9;
}
</style>