Shades of Razzle Dazzle Rose #F52CC5
Tints of Razzle Dazzle Rose #F52CC5
RGB
CMYK
RGB Variations
Color information
#F52CC5 (or 0xF52CC5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2C and C5. RGB value is (245,44,197). Sum of RGB (Red+Green+Blue) = 245+44+197=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F52CC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52CC5 is #0AD33A. Grayscale: #797979. Windows color (decimal): -709435 or 12922101. OLE color: 12922101.
HSL color Cylindrical-coordinate representation of color #F52CC5: hue angle of 314.33º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52CC5 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 197 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.04 |
| HSL | 314.33º | 0.91% | 0.57% | - |
| HSV(B) | 314.33º | 0.82% | 0.96% | - |
| XYZ | 48.63 | 25.25 | 55.13 | - |
| YUV | 121.54 | 170.59 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 197 | 0 | 0.82 | 0.20 | 0.04 | 314.33 | 0.91 | 0.57 |
| Hex | F5 | 2C | C5 | 0 | 52 | 14 | 4 | 13A | 5B | 39 |
| Octal | 365 | 54 | 305 | 0 | 122 | 24 | 4 | 472 | 133 | 71 |
| Binary | 11110101 | 101100 | 11000101 | 0 | 1010010 | 10100 | 100 | 100111010 | 1011011 | 111001 |
Color Harmonies of #F52CC5
Complementary color
Monochromatic Colors of #F52CC5
Black with #F52CC5
Text Example
Text Example
White with #F52CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52CC5; }
p { color: rgb(245,44,197); }
H1.HeaderClassName
{
color: #F52CC5;
}
.AnyTagClassName
{
color: #F52CC5;
}
</style>
background-color css
<style>
a { background-color: #F52CC5; }
a { background-color: rgb(245,44,197); }
div.DivClassName
{
background-color: #F52CC5;
}
.BgClassName
{
background-color: #F52CC5;
}
</style>
border-color css
<style>
span { border-color: #F52CC5; }
span { border-color: rgb(245,44,197); }
td.TdClassName
{
border-color: #F52CC5;
}
.TagClassName
{
border-color: #F52CC5;
}
</style>