Shades of Razzle Dazzle Rose #F53CCD
Tints of Razzle Dazzle Rose #F53CCD
RGB
CMYK
RGB Variations
Color information
#F53CCD (or 0xF53CCD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and CD. RGB value is (245,60,205). Sum of RGB (Red+Green+Blue) = 245+60+205=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CCD is #0AC332. Grayscale: #838383. Windows color (decimal): -705331 or 13450485. OLE color: 13450485.
HSL color Cylindrical-coordinate representation of color #F53CCD: hue angle of 312.97º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53CCD is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 205 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.04 |
| HSL | 312.97º | 0.9% | 0.6% | - |
| HSV(B) | 312.97º | 0.76% | 0.96% | - |
| XYZ | 50.29 | 27.05 | 60.33 | - |
| YUV | 131.85 | 169.29 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 205 | 0 | 0.76 | 0.16 | 0.04 | 312.97 | 0.9 | 0.6 |
| Hex | F5 | 3C | CD | 0 | 4C | 10 | 4 | 139 | 5A | 3C |
| Octal | 365 | 74 | 315 | 0 | 114 | 20 | 4 | 471 | 132 | 74 |
| Binary | 11110101 | 111100 | 11001101 | 0 | 1001100 | 10000 | 100 | 100111001 | 1011010 | 111100 |
Color Harmonies of #F53CCD
Complementary color
Monochromatic Colors of #F53CCD
Black with #F53CCD
Text Example
Text Example
White with #F53CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53CCD; }
p { color: rgb(245,60,205); }
H1.HeaderClassName
{
color: #F53CCD;
}
.AnyTagClassName
{
color: #F53CCD;
}
</style>
background-color css
<style>
a { background-color: #F53CCD; }
a { background-color: rgb(245,60,205); }
div.DivClassName
{
background-color: #F53CCD;
}
.BgClassName
{
background-color: #F53CCD;
}
</style>
border-color css
<style>
span { border-color: #F53CCD; }
span { border-color: rgb(245,60,205); }
td.TdClassName
{
border-color: #F53CCD;
}
.TagClassName
{
border-color: #F53CCD;
}
</style>