Shades of Razzle Dazzle Rose #F442CE
Tints of Razzle Dazzle Rose #F442CE
RGB
CMYK
RGB Variations
Color information
#F442CE (or 0xF442CE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 42 and CE. RGB value is (244,66,206). Sum of RGB (Red+Green+Blue) = 244+66+206=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F442CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442CE is #0BBD31. Grayscale: #868686. Windows color (decimal): -769330 or 13517556. OLE color: 13517556.
HSL color Cylindrical-coordinate representation of color #F442CE: hue angle of 312.81º 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 #F442CE is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 206 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.04 |
| HSL | 312.81º | 0.89% | 0.61% | - |
| HSV(B) | 312.81º | 0.73% | 0.96% | - |
| XYZ | 50.4 | 27.59 | 61.06 | - |
| YUV | 135.18 | 167.97 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 206 | 0 | 0.73 | 0.16 | 0.04 | 312.81 | 0.89 | 0.61 |
| Hex | F4 | 42 | CE | 0 | 49 | 10 | 4 | 139 | 59 | 3D |
| Octal | 364 | 102 | 316 | 0 | 111 | 20 | 4 | 471 | 131 | 75 |
| Binary | 11110100 | 1000010 | 11001110 | 0 | 1001001 | 10000 | 100 | 100111001 | 1011001 | 111101 |
Color Harmonies of #F442CE
Complementary color
Monochromatic Colors of #F442CE
Black with #F442CE
Text Example
Text Example
White with #F442CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F442CE; }
p { color: rgb(244,66,206); }
H1.HeaderClassName
{
color: #F442CE;
}
.AnyTagClassName
{
color: #F442CE;
}
</style>
background-color css
<style>
a { background-color: #F442CE; }
a { background-color: rgb(244,66,206); }
div.DivClassName
{
background-color: #F442CE;
}
.BgClassName
{
background-color: #F442CE;
}
</style>
border-color css
<style>
span { border-color: #F442CE; }
span { border-color: rgb(244,66,206); }
td.TdClassName
{
border-color: #F442CE;
}
.TagClassName
{
border-color: #F442CE;
}
</style>