Shades of Razzle Dazzle Rose #F440CC
Tints of Razzle Dazzle Rose #F440CC
RGB
CMYK
RGB Variations
Color information
#F440CC (or 0xF440CC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and CC. RGB value is (244,64,204). Sum of RGB (Red+Green+Blue) = 244+64+204=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F440CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440CC is #0BBF33. Grayscale: #858585. Windows color (decimal): -769844 or 13385972. OLE color: 13385972.
HSL color Cylindrical-coordinate representation of color #F440CC: hue angle of 313.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 #F440CC is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 204 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.04 |
| HSL | 313.33º | 0.89% | 0.6% | - |
| HSV(B) | 313.33º | 0.74% | 0.96% | - |
| XYZ | 50.04 | 27.26 | 59.75 | - |
| YUV | 133.78 | 167.63 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 204 | 0 | 0.74 | 0.16 | 0.04 | 313.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | CC | 0 | 4A | 10 | 4 | 139 | 59 | 3C |
| Octal | 364 | 100 | 314 | 0 | 112 | 20 | 4 | 471 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11001100 | 0 | 1001010 | 10000 | 100 | 100111001 | 1011001 | 111100 |
Color Harmonies of #F440CC
Complementary color
Monochromatic Colors of #F440CC
Black with #F440CC
Text Example
Text Example
White with #F440CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440CC; }
p { color: rgb(244,64,204); }
H1.HeaderClassName
{
color: #F440CC;
}
.AnyTagClassName
{
color: #F440CC;
}
</style>
background-color css
<style>
a { background-color: #F440CC; }
a { background-color: rgb(244,64,204); }
div.DivClassName
{
background-color: #F440CC;
}
.BgClassName
{
background-color: #F440CC;
}
</style>
border-color css
<style>
span { border-color: #F440CC; }
span { border-color: rgb(244,64,204); }
td.TdClassName
{
border-color: #F440CC;
}
.TagClassName
{
border-color: #F440CC;
}
</style>