Shades of Razzle Dazzle Rose #F52ACD
Tints of Razzle Dazzle Rose #F52ACD
RGB
CMYK
RGB Variations
Color information
#F52ACD (or 0xF52ACD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2A and CD. RGB value is (245,42,205). Sum of RGB (Red+Green+Blue) = 245+42+205=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F52ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52ACD is #0AD532. Grayscale: #787878. Windows color (decimal): -709939 or 13445877. OLE color: 13445877.
HSL color Cylindrical-coordinate representation of color #F52ACD: hue angle of 311.82º 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 #F52ACD is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 42 | 205 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.04 |
| HSL | 311.82º | 0.91% | 0.56% | - |
| HSV(B) | 311.82º | 0.83% | 0.96% | - |
| XYZ | 49.5 | 25.48 | 60.07 | - |
| YUV | 121.28 | 175.25 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 42 | 205 | 0 | 0.83 | 0.16 | 0.04 | 311.82 | 0.91 | 0.56 |
| Hex | F5 | 2A | CD | 0 | 53 | 10 | 4 | 138 | 5B | 38 |
| Octal | 365 | 52 | 315 | 0 | 123 | 20 | 4 | 470 | 133 | 70 |
| Binary | 11110101 | 101010 | 11001101 | 0 | 1010011 | 10000 | 100 | 100111000 | 1011011 | 111000 |
Color Harmonies of #F52ACD
Complementary color
Monochromatic Colors of #F52ACD
Black with #F52ACD
Text Example
Text Example
White with #F52ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52ACD; }
p { color: rgb(245,42,205); }
H1.HeaderClassName
{
color: #F52ACD;
}
.AnyTagClassName
{
color: #F52ACD;
}
</style>
background-color css
<style>
a { background-color: #F52ACD; }
a { background-color: rgb(245,42,205); }
div.DivClassName
{
background-color: #F52ACD;
}
.BgClassName
{
background-color: #F52ACD;
}
</style>
border-color css
<style>
span { border-color: #F52ACD; }
span { border-color: rgb(245,42,205); }
td.TdClassName
{
border-color: #F52ACD;
}
.TagClassName
{
border-color: #F52ACD;
}
</style>