Shades of Razzle Dazzle Rose #F440CE
Tints of Razzle Dazzle Rose #F440CE
RGB
CMYK
RGB Variations
Color information
#F440CE (or 0xF440CE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and CE. RGB value is (244,64,206). Sum of RGB (Red+Green+Blue) = 244+64+206=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F440CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440CE is #0BBF31. Grayscale: #858585. Windows color (decimal): -769842 or 13517044. OLE color: 13517044.
HSL color Cylindrical-coordinate representation of color #F440CE: hue angle of 312.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F440CE is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 206 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.04 |
| HSL | 312.67º | 0.89% | 0.6% | - |
| HSV(B) | 312.67º | 0.74% | 0.96% | - |
| XYZ | 50.28 | 27.36 | 61.02 | - |
| YUV | 134.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 206 | 0 | 0.74 | 0.16 | 0.04 | 312.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | CE | 0 | 4A | 10 | 4 | 139 | 59 | 3C |
| Octal | 364 | 100 | 316 | 0 | 112 | 20 | 4 | 471 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11001110 | 0 | 1001010 | 10000 | 100 | 100111001 | 1011001 | 111100 |
Color Harmonies of #F440CE
Complementary color
Monochromatic Colors of #F440CE
Black with #F440CE
Text Example
Text Example
White with #F440CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440CE; }
p { color: rgb(244,64,206); }
H1.HeaderClassName
{
color: #F440CE;
}
.AnyTagClassName
{
color: #F440CE;
}
</style>
background-color css
<style>
a { background-color: #F440CE; }
a { background-color: rgb(244,64,206); }
div.DivClassName
{
background-color: #F440CE;
}
.BgClassName
{
background-color: #F440CE;
}
</style>
border-color css
<style>
span { border-color: #F440CE; }
span { border-color: rgb(244,64,206); }
td.TdClassName
{
border-color: #F440CE;
}
.TagClassName
{
border-color: #F440CE;
}
</style>