Shades of Razzle Dazzle Rose #F04BC2
Tints of Razzle Dazzle Rose #F04BC2
RGB
CMYK
RGB Variations
Color information
#F04BC2 (or 0xF04BC2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4B and C2. RGB value is (240,75,194). Sum of RGB (Red+Green+Blue) = 240+75+194=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BC2 is #0FB43D. Grayscale: #898989. Windows color (decimal): -1029182 or 12733424. OLE color: 12733424.
HSL color Cylindrical-coordinate representation of color #F04BC2: hue angle of 316.73º 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 #F04BC2 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 194 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.06 |
| HSL | 316.73º | 0.85% | 0.62% | - |
| HSV(B) | 316.73º | 0.69% | 0.94% | - |
| XYZ | 48.19 | 27.45 | 53.8 | - |
| YUV | 137.9 | 159.66 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 194 | 0 | 0.69 | 0.19 | 0.06 | 316.73 | 0.85 | 0.62 |
| Hex | F0 | 4B | C2 | 0 | 45 | 13 | 6 | 13D | 55 | 3E |
| Octal | 360 | 113 | 302 | 0 | 105 | 23 | 6 | 475 | 125 | 76 |
| Binary | 11110000 | 1001011 | 11000010 | 0 | 1000101 | 10011 | 110 | 100111101 | 1010101 | 111110 |
Color Harmonies of #F04BC2
Complementary color
Monochromatic Colors of #F04BC2
Black with #F04BC2
Text Example
Text Example
White with #F04BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04BC2; }
p { color: rgb(240,75,194); }
H1.HeaderClassName
{
color: #F04BC2;
}
.AnyTagClassName
{
color: #F04BC2;
}
</style>
background-color css
<style>
a { background-color: #F04BC2; }
a { background-color: rgb(240,75,194); }
div.DivClassName
{
background-color: #F04BC2;
}
.BgClassName
{
background-color: #F04BC2;
}
</style>
border-color css
<style>
span { border-color: #F04BC2; }
span { border-color: rgb(240,75,194); }
td.TdClassName
{
border-color: #F04BC2;
}
.TagClassName
{
border-color: #F04BC2;
}
</style>