Shades of Razzle Dazzle Rose #F52CDF
Tints of Razzle Dazzle Rose #F52CDF
RGB
CMYK
RGB Variations
Color information
#F52CDF (or 0xF52CDF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 2C and DF. RGB value is (245,44,223). Sum of RGB (Red+Green+Blue) = 245+44+223=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 44 (17.58% from 255 or 8.59% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F52CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52CDF is #0AD320. Grayscale: #7B7B7B. Windows color (decimal): -709409 or 14626037. OLE color: 14626037.
HSL color Cylindrical-coordinate representation of color #F52CDF: hue angle of 306.57º 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 #F52CDF is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 223 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.04 |
| HSL | 306.57º | 0.91% | 0.57% | - |
| HSV(B) | 306.57º | 0.82% | 0.96% | - |
| XYZ | 51.88 | 26.54 | 72.2 | - |
| YUV | 124.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 223 | 0 | 0.82 | 0.09 | 0.04 | 306.57 | 0.91 | 0.57 |
| Hex | F5 | 2C | DF | 0 | 52 | 9 | 4 | 133 | 5B | 39 |
| Octal | 365 | 54 | 337 | 0 | 122 | 11 | 4 | 463 | 133 | 71 |
| Binary | 11110101 | 101100 | 11011111 | 0 | 1010010 | 1001 | 100 | 100110011 | 1011011 | 111001 |
Color Harmonies of #F52CDF
Complementary color
Monochromatic Colors of #F52CDF
Black with #F52CDF
Text Example
Text Example
White with #F52CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52CDF; }
p { color: rgb(245,44,223); }
H1.HeaderClassName
{
color: #F52CDF;
}
.AnyTagClassName
{
color: #F52CDF;
}
</style>
background-color css
<style>
a { background-color: #F52CDF; }
a { background-color: rgb(245,44,223); }
div.DivClassName
{
background-color: #F52CDF;
}
.BgClassName
{
background-color: #F52CDF;
}
</style>
border-color css
<style>
span { border-color: #F52CDF; }
span { border-color: rgb(245,44,223); }
td.TdClassName
{
border-color: #F52CDF;
}
.TagClassName
{
border-color: #F52CDF;
}
</style>