Shades of Razzle Dazzle Rose #F53CCC
Tints of Razzle Dazzle Rose #F53CCC
RGB
CMYK
RGB Variations
Color information
#F53CCC (or 0xF53CCC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and CC. RGB value is (245,60,204). Sum of RGB (Red+Green+Blue) = 245+60+204=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CCC is #0AC333. Grayscale: #838383. Windows color (decimal): -705332 or 13384949. OLE color: 13384949.
HSL color Cylindrical-coordinate representation of color #F53CCC: hue angle of 313.3º 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 #F53CCC is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 204 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.04 |
| HSL | 313.3º | 0.9% | 0.6% | - |
| HSV(B) | 313.3º | 0.76% | 0.96% | - |
| XYZ | 50.17 | 27 | 59.69 | - |
| YUV | 131.73 | 168.79 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 204 | 0 | 0.76 | 0.17 | 0.04 | 313.3 | 0.9 | 0.6 |
| Hex | F5 | 3C | CC | 0 | 4C | 11 | 4 | 139 | 5A | 3C |
| Octal | 365 | 74 | 314 | 0 | 114 | 21 | 4 | 471 | 132 | 74 |
| Binary | 11110101 | 111100 | 11001100 | 0 | 1001100 | 10001 | 100 | 100111001 | 1011010 | 111100 |
Color Harmonies of #F53CCC
Complementary color
Monochromatic Colors of #F53CCC
Black with #F53CCC
Text Example
Text Example
White with #F53CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53CCC; }
p { color: rgb(245,60,204); }
H1.HeaderClassName
{
color: #F53CCC;
}
.AnyTagClassName
{
color: #F53CCC;
}
</style>
background-color css
<style>
a { background-color: #F53CCC; }
a { background-color: rgb(245,60,204); }
div.DivClassName
{
background-color: #F53CCC;
}
.BgClassName
{
background-color: #F53CCC;
}
</style>
border-color css
<style>
span { border-color: #F53CCC; }
span { border-color: rgb(245,60,204); }
td.TdClassName
{
border-color: #F53CCC;
}
.TagClassName
{
border-color: #F53CCC;
}
</style>