Shades of Razzle Dazzle Rose #F044D6
Tints of Razzle Dazzle Rose #F044D6
RGB
CMYK
RGB Variations
Color information
#F044D6 (or 0xF044D6) is known color: Razzle Dazzle Rose. HEX triplet: F0, 44 and D6. RGB value is (240,68,214). Sum of RGB (Red+Green+Blue) = 240+68+214=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 68 (26.95% from 255 or 13.03% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F044D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F044D6 is #0FBB29. Grayscale: #878787. Windows color (decimal): -1030954 or 14042352. OLE color: 14042352.
HSL color Cylindrical-coordinate representation of color #F044D6: hue angle of 309.07º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044D6 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 214 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.06 |
| HSL | 309.07º | 0.85% | 0.6% | - |
| HSV(B) | 309.07º | 0.72% | 0.94% | - |
| XYZ | 50.14 | 27.51 | 66.29 | - |
| YUV | 136.07 | 171.98 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 214 | 0 | 0.72 | 0.11 | 0.06 | 309.07 | 0.85 | 0.6 |
| Hex | F0 | 44 | D6 | 0 | 48 | B | 6 | 135 | 55 | 3C |
| Octal | 360 | 104 | 326 | 0 | 110 | 13 | 6 | 465 | 125 | 74 |
| Binary | 11110000 | 1000100 | 11010110 | 0 | 1001000 | 1011 | 110 | 100110101 | 1010101 | 111100 |
Color Harmonies of #F044D6
Complementary color
Monochromatic Colors of #F044D6
Black with #F044D6
Text Example
Text Example
White with #F044D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044D6; }
p { color: rgb(240,68,214); }
H1.HeaderClassName
{
color: #F044D6;
}
.AnyTagClassName
{
color: #F044D6;
}
</style>
background-color css
<style>
a { background-color: #F044D6; }
a { background-color: rgb(240,68,214); }
div.DivClassName
{
background-color: #F044D6;
}
.BgClassName
{
background-color: #F044D6;
}
</style>
border-color css
<style>
span { border-color: #F044D6; }
span { border-color: rgb(240,68,214); }
td.TdClassName
{
border-color: #F044D6;
}
.TagClassName
{
border-color: #F044D6;
}
</style>