Shades of Razzle Dazzle Rose #F52FDC
Tints of Razzle Dazzle Rose #F52FDC
RGB
CMYK
RGB Variations
Color information
#F52FDC (or 0xF52FDC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2F and DC. RGB value is (245,47,220). Sum of RGB (Red+Green+Blue) = 245+47+220=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F52FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52FDC is #0AD023. Grayscale: #7D7D7D. Windows color (decimal): -708644 or 14430197. OLE color: 14430197.
HSL color Cylindrical-coordinate representation of color #F52FDC: hue angle of 307.58º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F52FDC is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 47 | 220 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.04 |
| HSL | 307.58º | 0.91% | 0.57% | - |
| HSV(B) | 307.58º | 0.81% | 0.96% | - |
| XYZ | 51.59 | 26.61 | 70.13 | - |
| YUV | 125.92 | 181.1 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 220 | 0 | 0.81 | 0.10 | 0.04 | 307.58 | 0.91 | 0.57 |
| Hex | F5 | 2F | DC | 0 | 51 | A | 4 | 134 | 5B | 39 |
| Octal | 365 | 57 | 334 | 0 | 121 | 12 | 4 | 464 | 133 | 71 |
| Binary | 11110101 | 101111 | 11011100 | 0 | 1010001 | 1010 | 100 | 100110100 | 1011011 | 111001 |
Color Harmonies of #F52FDC
Complementary color
Monochromatic Colors of #F52FDC
Black with #F52FDC
Text Example
Text Example
White with #F52FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52FDC; }
p { color: rgb(245,47,220); }
H1.HeaderClassName
{
color: #F52FDC;
}
.AnyTagClassName
{
color: #F52FDC;
}
</style>
background-color css
<style>
a { background-color: #F52FDC; }
a { background-color: rgb(245,47,220); }
div.DivClassName
{
background-color: #F52FDC;
}
.BgClassName
{
background-color: #F52FDC;
}
</style>
border-color css
<style>
span { border-color: #F52FDC; }
span { border-color: rgb(245,47,220); }
td.TdClassName
{
border-color: #F52FDC;
}
.TagClassName
{
border-color: #F52FDC;
}
</style>