Shades of Razzle Dazzle Rose #F044CB
Tints of Razzle Dazzle Rose #F044CB
RGB
CMYK
RGB Variations
Color information
#F044CB (or 0xF044CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 44 and CB. RGB value is (240,68,203). Sum of RGB (Red+Green+Blue) = 240+68+203=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F044CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F044CB is #0FBB34. Grayscale: #868686. Windows color (decimal): -1030965 or 13321456. OLE color: 13321456.
HSL color Cylindrical-coordinate representation of color #F044CB: hue angle of 312.91º 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 #F044CB is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 203 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.06 |
| HSL | 312.91º | 0.85% | 0.6% | - |
| HSV(B) | 312.91º | 0.72% | 0.94% | - |
| XYZ | 48.78 | 26.97 | 59.13 | - |
| YUV | 134.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 203 | 0 | 0.72 | 0.15 | 0.06 | 312.91 | 0.85 | 0.6 |
| Hex | F0 | 44 | CB | 0 | 48 | F | 6 | 139 | 55 | 3C |
| Octal | 360 | 104 | 313 | 0 | 110 | 17 | 6 | 471 | 125 | 74 |
| Binary | 11110000 | 1000100 | 11001011 | 0 | 1001000 | 1111 | 110 | 100111001 | 1010101 | 111100 |
Color Harmonies of #F044CB
Complementary color
Monochromatic Colors of #F044CB
Black with #F044CB
Text Example
Text Example
White with #F044CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044CB; }
p { color: rgb(240,68,203); }
H1.HeaderClassName
{
color: #F044CB;
}
.AnyTagClassName
{
color: #F044CB;
}
</style>
background-color css
<style>
a { background-color: #F044CB; }
a { background-color: rgb(240,68,203); }
div.DivClassName
{
background-color: #F044CB;
}
.BgClassName
{
background-color: #F044CB;
}
</style>
border-color css
<style>
span { border-color: #F044CB; }
span { border-color: rgb(240,68,203); }
td.TdClassName
{
border-color: #F044CB;
}
.TagClassName
{
border-color: #F044CB;
}
</style>