Shades of Razzle Dazzle Rose #F04ABA
Tints of Razzle Dazzle Rose #F04ABA
RGB
CMYK
RGB Variations
Color information
#F04ABA (or 0xF04ABA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4A and BA. RGB value is (240,74,186). Sum of RGB (Red+Green+Blue) = 240+74+186=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04ABA is #0FB545. Grayscale: #888888. Windows color (decimal): -1029446 or 12208880. OLE color: 12208880.
HSL color Cylindrical-coordinate representation of color #F04ABA: hue angle of 319.52º 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 #F04ABA is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 186 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.06 |
| HSL | 319.52º | 0.85% | 0.62% | - |
| HSV(B) | 319.52º | 0.69% | 0.94% | - |
| XYZ | 47.25 | 26.97 | 49.17 | - |
| YUV | 136.4 | 156 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 186 | 0 | 0.69 | 0.22 | 0.06 | 319.52 | 0.85 | 0.62 |
| Hex | F0 | 4A | BA | 0 | 45 | 16 | 6 | 140 | 55 | 3E |
| Octal | 360 | 112 | 272 | 0 | 105 | 26 | 6 | 500 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10111010 | 0 | 1000101 | 10110 | 110 | 101000000 | 1010101 | 111110 |
Color Harmonies of #F04ABA
Complementary color
Monochromatic Colors of #F04ABA
Black with #F04ABA
Text Example
Text Example
White with #F04ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04ABA; }
p { color: rgb(240,74,186); }
H1.HeaderClassName
{
color: #F04ABA;
}
.AnyTagClassName
{
color: #F04ABA;
}
</style>
background-color css
<style>
a { background-color: #F04ABA; }
a { background-color: rgb(240,74,186); }
div.DivClassName
{
background-color: #F04ABA;
}
.BgClassName
{
background-color: #F04ABA;
}
</style>
border-color css
<style>
span { border-color: #F04ABA; }
span { border-color: rgb(240,74,186); }
td.TdClassName
{
border-color: #F04ABA;
}
.TagClassName
{
border-color: #F04ABA;
}
</style>