Shades of Razzle Dazzle Rose #F52ACE
Tints of Razzle Dazzle Rose #F52ACE
RGB
CMYK
RGB Variations
Color information
#F52ACE (or 0xF52ACE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2A and CE. RGB value is (245,42,206). Sum of RGB (Red+Green+Blue) = 245+42+206=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ACE is #0AD531. Grayscale: #787878. Windows color (decimal): -709938 or 13511413. OLE color: 13511413.
HSL color Cylindrical-coordinate representation of color #F52ACE: hue angle of 311.53º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F52ACE is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 42 | 206 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.04 |
| HSL | 311.53º | 0.91% | 0.56% | - |
| HSV(B) | 311.53º | 0.83% | 0.96% | - |
| XYZ | 49.62 | 25.52 | 60.7 | - |
| YUV | 121.39 | 175.75 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 206 | 0 | 0.83 | 0.16 | 0.04 | 311.53 | 0.91 | 0.56 |
| Hex | F5 | 2A | CE | 0 | 53 | 10 | 4 | 138 | 5B | 38 |
| Octal | 365 | 52 | 316 | 0 | 123 | 20 | 4 | 470 | 133 | 70 |
| Binary | 11110101 | 101010 | 11001110 | 0 | 1010011 | 10000 | 100 | 100111000 | 1011011 | 111000 |
Color Harmonies of #F52ACE
Complementary color
Monochromatic Colors of #F52ACE
Black with #F52ACE
Text Example
Text Example
White with #F52ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52ACE; }
p { color: rgb(245,42,206); }
H1.HeaderClassName
{
color: #F52ACE;
}
.AnyTagClassName
{
color: #F52ACE;
}
</style>
background-color css
<style>
a { background-color: #F52ACE; }
a { background-color: rgb(245,42,206); }
div.DivClassName
{
background-color: #F52ACE;
}
.BgClassName
{
background-color: #F52ACE;
}
</style>
border-color css
<style>
span { border-color: #F52ACE; }
span { border-color: rgb(245,42,206); }
td.TdClassName
{
border-color: #F52ACE;
}
.TagClassName
{
border-color: #F52ACE;
}
</style>