Shades of Razzle Dazzle Rose #F04ABB
Tints of Razzle Dazzle Rose #F04ABB
RGB
CMYK
RGB Variations
Color information
#F04ABB (or 0xF04ABB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4A and BB. RGB value is (240,74,187). Sum of RGB (Red+Green+Blue) = 240+74+187=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04ABB is #0FB544. Grayscale: #888888. Windows color (decimal): -1029445 or 12274416. OLE color: 12274416.
HSL color Cylindrical-coordinate representation of color #F04ABB: hue angle of 319.16º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04ABB is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 187 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.06 |
| HSL | 319.16º | 0.85% | 0.62% | - |
| HSV(B) | 319.16º | 0.69% | 0.94% | - |
| XYZ | 47.35 | 27.01 | 49.73 | - |
| YUV | 136.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 187 | 0 | 0.69 | 0.22 | 0.06 | 319.16 | 0.85 | 0.62 |
| Hex | F0 | 4A | BB | 0 | 45 | 16 | 6 | 13F | 55 | 3E |
| Octal | 360 | 112 | 273 | 0 | 105 | 26 | 6 | 477 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10111011 | 0 | 1000101 | 10110 | 110 | 100111111 | 1010101 | 111110 |
Color Harmonies of #F04ABB
Complementary color
Monochromatic Colors of #F04ABB
Black with #F04ABB
Text Example
Text Example
White with #F04ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04ABB; }
p { color: rgb(240,74,187); }
H1.HeaderClassName
{
color: #F04ABB;
}
.AnyTagClassName
{
color: #F04ABB;
}
</style>
background-color css
<style>
a { background-color: #F04ABB; }
a { background-color: rgb(240,74,187); }
div.DivClassName
{
background-color: #F04ABB;
}
.BgClassName
{
background-color: #F04ABB;
}
</style>
border-color css
<style>
span { border-color: #F04ABB; }
span { border-color: rgb(240,74,187); }
td.TdClassName
{
border-color: #F04ABB;
}
.TagClassName
{
border-color: #F04ABB;
}
</style>