Shades of Razzle Dazzle Rose #F04ABC
Tints of Razzle Dazzle Rose #F04ABC
RGB
CMYK
RGB Variations
Color information
#F04ABC (or 0xF04ABC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4A and BC. RGB value is (240,74,188). Sum of RGB (Red+Green+Blue) = 240+74+188=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04ABC is #0FB543. Grayscale: #888888. Windows color (decimal): -1029444 or 12339952. OLE color: 12339952.
HSL color Cylindrical-coordinate representation of color #F04ABC: hue angle of 318.8º 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 #F04ABC is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 188 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.06 |
| HSL | 318.8º | 0.85% | 0.62% | - |
| HSV(B) | 318.8º | 0.69% | 0.94% | - |
| XYZ | 47.46 | 27.05 | 50.3 | - |
| YUV | 136.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 188 | 0 | 0.69 | 0.22 | 0.06 | 318.8 | 0.85 | 0.62 |
| Hex | F0 | 4A | BC | 0 | 45 | 16 | 6 | 13F | 55 | 3E |
| Octal | 360 | 112 | 274 | 0 | 105 | 26 | 6 | 477 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10111100 | 0 | 1000101 | 10110 | 110 | 100111111 | 1010101 | 111110 |
Color Harmonies of #F04ABC
Complementary color
Monochromatic Colors of #F04ABC
Black with #F04ABC
Text Example
Text Example
White with #F04ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04ABC; }
p { color: rgb(240,74,188); }
H1.HeaderClassName
{
color: #F04ABC;
}
.AnyTagClassName
{
color: #F04ABC;
}
</style>
background-color css
<style>
a { background-color: #F04ABC; }
a { background-color: rgb(240,74,188); }
div.DivClassName
{
background-color: #F04ABC;
}
.BgClassName
{
background-color: #F04ABC;
}
</style>
border-color css
<style>
span { border-color: #F04ABC; }
span { border-color: rgb(240,74,188); }
td.TdClassName
{
border-color: #F04ABC;
}
.TagClassName
{
border-color: #F04ABC;
}
</style>