Shades of Razzle Dazzle Rose #F53CDF
Tints of Razzle Dazzle Rose #F53CDF
RGB
CMYK
RGB Variations
Color information
#F53CDF (or 0xF53CDF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and DF. RGB value is (245,60,223). Sum of RGB (Red+Green+Blue) = 245+60+223=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 60 (23.83% from 255 or 11.36% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CDF is #0AC320. Grayscale: #858585. Windows color (decimal): -705313 or 14630133. OLE color: 14630133.
HSL color Cylindrical-coordinate representation of color #F53CDF: hue angle of 307.14º 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 #F53CDF is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 223 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.04 |
| HSL | 307.14º | 0.9% | 0.6% | - |
| HSV(B) | 307.14º | 0.76% | 0.96% | - |
| XYZ | 52.59 | 27.97 | 72.44 | - |
| YUV | 133.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 223 | 0 | 0.76 | 0.09 | 0.04 | 307.14 | 0.9 | 0.6 |
| Hex | F5 | 3C | DF | 0 | 4C | 9 | 4 | 133 | 5A | 3C |
| Octal | 365 | 74 | 337 | 0 | 114 | 11 | 4 | 463 | 132 | 74 |
| Binary | 11110101 | 111100 | 11011111 | 0 | 1001100 | 1001 | 100 | 100110011 | 1011010 | 111100 |
Color Harmonies of #F53CDF
Complementary color
Monochromatic Colors of #F53CDF
Black with #F53CDF
Text Example
Text Example
White with #F53CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53CDF; }
p { color: rgb(245,60,223); }
H1.HeaderClassName
{
color: #F53CDF;
}
.AnyTagClassName
{
color: #F53CDF;
}
</style>
background-color css
<style>
a { background-color: #F53CDF; }
a { background-color: rgb(245,60,223); }
div.DivClassName
{
background-color: #F53CDF;
}
.BgClassName
{
background-color: #F53CDF;
}
</style>
border-color css
<style>
span { border-color: #F53CDF; }
span { border-color: rgb(245,60,223); }
td.TdClassName
{
border-color: #F53CDF;
}
.TagClassName
{
border-color: #F53CDF;
}
</style>