Shades of Razzle Dazzle Rose #F440CB
Tints of Razzle Dazzle Rose #F440CB
RGB
CMYK
RGB Variations
Color information
#F440CB (or 0xF440CB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and CB. RGB value is (244,64,203). Sum of RGB (Red+Green+Blue) = 244+64+203=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F440CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440CB is #0BBF34. Grayscale: #858585. Windows color (decimal): -769845 or 13320436. OLE color: 13320436.
HSL color Cylindrical-coordinate representation of color #F440CB: hue angle of 313.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 #F440CB is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 203 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.04 |
| HSL | 313.67º | 0.89% | 0.6% | - |
| HSV(B) | 313.67º | 0.74% | 0.96% | - |
| XYZ | 49.92 | 27.21 | 59.12 | - |
| YUV | 133.67 | 167.13 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 203 | 0 | 0.74 | 0.17 | 0.04 | 313.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | CB | 0 | 4A | 11 | 4 | 13A | 59 | 3C |
| Octal | 364 | 100 | 313 | 0 | 112 | 21 | 4 | 472 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11001011 | 0 | 1001010 | 10001 | 100 | 100111010 | 1011001 | 111100 |
Color Harmonies of #F440CB
Complementary color
Monochromatic Colors of #F440CB
Black with #F440CB
Text Example
Text Example
White with #F440CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440CB; }
p { color: rgb(244,64,203); }
H1.HeaderClassName
{
color: #F440CB;
}
.AnyTagClassName
{
color: #F440CB;
}
</style>
background-color css
<style>
a { background-color: #F440CB; }
a { background-color: rgb(244,64,203); }
div.DivClassName
{
background-color: #F440CB;
}
.BgClassName
{
background-color: #F440CB;
}
</style>
border-color css
<style>
span { border-color: #F440CB; }
span { border-color: rgb(244,64,203); }
td.TdClassName
{
border-color: #F440CB;
}
.TagClassName
{
border-color: #F440CB;
}
</style>