Shades of Razzle Dazzle Rose #F044BB
Tints of Razzle Dazzle Rose #F044BB
RGB
CMYK
RGB Variations
Color information
#F044BB (or 0xF044BB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 44 and BB. RGB value is (240,68,187). Sum of RGB (Red+Green+Blue) = 240+68+187=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F044BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F044BB is #0FBB44. Grayscale: #848484. Windows color (decimal): -1030981 or 12272880. OLE color: 12272880.
HSL color Cylindrical-coordinate representation of color #F044BB: hue angle of 318.49º 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 #F044BB is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 187 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.06 |
| HSL | 318.49º | 0.85% | 0.6% | - |
| HSV(B) | 318.49º | 0.72% | 0.94% | - |
| XYZ | 46.97 | 26.25 | 49.6 | - |
| YUV | 132.99 | 158.48 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 187 | 0 | 0.72 | 0.22 | 0.06 | 318.49 | 0.85 | 0.6 |
| Hex | F0 | 44 | BB | 0 | 48 | 16 | 6 | 13E | 55 | 3C |
| Octal | 360 | 104 | 273 | 0 | 110 | 26 | 6 | 476 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10111011 | 0 | 1001000 | 10110 | 110 | 100111110 | 1010101 | 111100 |
Color Harmonies of #F044BB
Complementary color
Monochromatic Colors of #F044BB
Black with #F044BB
Text Example
Text Example
White with #F044BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044BB; }
p { color: rgb(240,68,187); }
H1.HeaderClassName
{
color: #F044BB;
}
.AnyTagClassName
{
color: #F044BB;
}
</style>
background-color css
<style>
a { background-color: #F044BB; }
a { background-color: rgb(240,68,187); }
div.DivClassName
{
background-color: #F044BB;
}
.BgClassName
{
background-color: #F044BB;
}
</style>
border-color css
<style>
span { border-color: #F044BB; }
span { border-color: rgb(240,68,187); }
td.TdClassName
{
border-color: #F044BB;
}
.TagClassName
{
border-color: #F044BB;
}
</style>