Shades of Razzle Dazzle Rose #F440C6
Tints of Razzle Dazzle Rose #F440C6
RGB
CMYK
RGB Variations
Color information
#F440C6 (or 0xF440C6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and C6. RGB value is (244,64,198). Sum of RGB (Red+Green+Blue) = 244+64+198=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F440C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440C6 is #0BBF39. Grayscale: #848484. Windows color (decimal): -769850 or 12992756. OLE color: 12992756.
HSL color Cylindrical-coordinate representation of color #F440C6: hue angle of 315.33º 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 #F440C6 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 198 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.04 |
| HSL | 315.33º | 0.89% | 0.6% | - |
| HSV(B) | 315.33º | 0.74% | 0.96% | - |
| XYZ | 49.33 | 26.98 | 56.03 | - |
| YUV | 133.1 | 164.63 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 198 | 0 | 0.74 | 0.19 | 0.04 | 315.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | C6 | 0 | 4A | 13 | 4 | 13B | 59 | 3C |
| Octal | 364 | 100 | 306 | 0 | 112 | 23 | 4 | 473 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11000110 | 0 | 1001010 | 10011 | 100 | 100111011 | 1011001 | 111100 |
Color Harmonies of #F440C6
Complementary color
Monochromatic Colors of #F440C6
Black with #F440C6
Text Example
Text Example
White with #F440C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440C6; }
p { color: rgb(244,64,198); }
H1.HeaderClassName
{
color: #F440C6;
}
.AnyTagClassName
{
color: #F440C6;
}
</style>
background-color css
<style>
a { background-color: #F440C6; }
a { background-color: rgb(244,64,198); }
div.DivClassName
{
background-color: #F440C6;
}
.BgClassName
{
background-color: #F440C6;
}
</style>
border-color css
<style>
span { border-color: #F440C6; }
span { border-color: rgb(244,64,198); }
td.TdClassName
{
border-color: #F440C6;
}
.TagClassName
{
border-color: #F440C6;
}
</style>