Shades of Razzle Dazzle Rose #F04AC0
Tints of Razzle Dazzle Rose #F04AC0
RGB
CMYK
RGB Variations
Color information
#F04AC0 (or 0xF04AC0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4A and C0. RGB value is (240,74,192). Sum of RGB (Red+Green+Blue) = 240+74+192=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04AC0 is #0FB53F. Grayscale: #888888. Windows color (decimal): -1029440 or 12602096. OLE color: 12602096.
HSL color Cylindrical-coordinate representation of color #F04AC0: hue angle of 317.35º 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 #F04AC0 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 192 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.06 |
| HSL | 317.35º | 0.85% | 0.62% | - |
| HSV(B) | 317.35º | 0.69% | 0.94% | - |
| XYZ | 47.9 | 27.23 | 52.6 | - |
| YUV | 137.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 192 | 0 | 0.69 | 0.20 | 0.06 | 317.35 | 0.85 | 0.62 |
| Hex | F0 | 4A | C0 | 0 | 45 | 14 | 6 | 13D | 55 | 3E |
| Octal | 360 | 112 | 300 | 0 | 105 | 24 | 6 | 475 | 125 | 76 |
| Binary | 11110000 | 1001010 | 11000000 | 0 | 1000101 | 10100 | 110 | 100111101 | 1010101 | 111110 |
Color Harmonies of #F04AC0
Complementary color
Monochromatic Colors of #F04AC0
Black with #F04AC0
Text Example
Text Example
White with #F04AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AC0; }
p { color: rgb(240,74,192); }
H1.HeaderClassName
{
color: #F04AC0;
}
.AnyTagClassName
{
color: #F04AC0;
}
</style>
background-color css
<style>
a { background-color: #F04AC0; }
a { background-color: rgb(240,74,192); }
div.DivClassName
{
background-color: #F04AC0;
}
.BgClassName
{
background-color: #F04AC0;
}
</style>
border-color css
<style>
span { border-color: #F04AC0; }
span { border-color: rgb(240,74,192); }
td.TdClassName
{
border-color: #F04AC0;
}
.TagClassName
{
border-color: #F04AC0;
}
</style>