Shades of Razzle Dazzle Rose #F04DC2
Tints of Razzle Dazzle Rose #F04DC2
RGB
CMYK
RGB Variations
Color information
#F04DC2 (or 0xF04DC2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4D and C2. RGB value is (240,77,194). Sum of RGB (Red+Green+Blue) = 240+77+194=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04DC2 is #0FB23D. Grayscale: #8A8A8A. Windows color (decimal): -1028670 or 12733936. OLE color: 12733936.
HSL color Cylindrical-coordinate representation of color #F04DC2: hue angle of 316.93º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04DC2 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 194 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.06 |
| HSL | 316.93º | 0.84% | 0.62% | - |
| HSV(B) | 316.93º | 0.68% | 0.94% | - |
| XYZ | 48.33 | 27.73 | 53.84 | - |
| YUV | 139.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 194 | 0 | 0.68 | 0.19 | 0.06 | 316.93 | 0.84 | 0.62 |
| Hex | F0 | 4D | C2 | 0 | 44 | 13 | 6 | 13D | 54 | 3E |
| Octal | 360 | 115 | 302 | 0 | 104 | 23 | 6 | 475 | 124 | 76 |
| Binary | 11110000 | 1001101 | 11000010 | 0 | 1000100 | 10011 | 110 | 100111101 | 1010100 | 111110 |
Color Harmonies of #F04DC2
Complementary color
Monochromatic Colors of #F04DC2
Black with #F04DC2
Text Example
Text Example
White with #F04DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DC2; }
p { color: rgb(240,77,194); }
H1.HeaderClassName
{
color: #F04DC2;
}
.AnyTagClassName
{
color: #F04DC2;
}
</style>
background-color css
<style>
a { background-color: #F04DC2; }
a { background-color: rgb(240,77,194); }
div.DivClassName
{
background-color: #F04DC2;
}
.BgClassName
{
background-color: #F04DC2;
}
</style>
border-color css
<style>
span { border-color: #F04DC2; }
span { border-color: rgb(240,77,194); }
td.TdClassName
{
border-color: #F04DC2;
}
.TagClassName
{
border-color: #F04DC2;
}
</style>