Shades of Razzle Dazzle Rose #F442C9
Tints of Razzle Dazzle Rose #F442C9
RGB
CMYK
RGB Variations
Color information
#F442C9 (or 0xF442C9) is known color: Razzle Dazzle Rose. HEX triplet: F4, 42 and C9. RGB value is (244,66,201). Sum of RGB (Red+Green+Blue) = 244+66+201=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F442C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442C9 is #0BBD36. Grayscale: #868686. Windows color (decimal): -769335 or 13189876. OLE color: 13189876.
HSL color Cylindrical-coordinate representation of color #F442C9: hue angle of 314.49º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F442C9 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 201 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.04 |
| HSL | 314.49º | 0.89% | 0.61% | - |
| HSV(B) | 314.49º | 0.73% | 0.96% | - |
| XYZ | 49.8 | 27.35 | 57.91 | - |
| YUV | 134.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 201 | 0 | 0.73 | 0.18 | 0.04 | 314.49 | 0.89 | 0.61 |
| Hex | F4 | 42 | C9 | 0 | 49 | 12 | 4 | 13A | 59 | 3D |
| Octal | 364 | 102 | 311 | 0 | 111 | 22 | 4 | 472 | 131 | 75 |
| Binary | 11110100 | 1000010 | 11001001 | 0 | 1001001 | 10010 | 100 | 100111010 | 1011001 | 111101 |
Color Harmonies of #F442C9
Complementary color
Monochromatic Colors of #F442C9
Black with #F442C9
Text Example
Text Example
White with #F442C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F442C9; }
p { color: rgb(244,66,201); }
H1.HeaderClassName
{
color: #F442C9;
}
.AnyTagClassName
{
color: #F442C9;
}
</style>
background-color css
<style>
a { background-color: #F442C9; }
a { background-color: rgb(244,66,201); }
div.DivClassName
{
background-color: #F442C9;
}
.BgClassName
{
background-color: #F442C9;
}
</style>
border-color css
<style>
span { border-color: #F442C9; }
span { border-color: rgb(244,66,201); }
td.TdClassName
{
border-color: #F442C9;
}
.TagClassName
{
border-color: #F442C9;
}
</style>