Shades of Razzle Dazzle Rose #F53CCF
Tints of Razzle Dazzle Rose #F53CCF
RGB
CMYK
RGB Variations
Color information
#F53CCF (or 0xF53CCF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and CF. RGB value is (245,60,207). Sum of RGB (Red+Green+Blue) = 245+60+207=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CCF is #0AC330. Grayscale: #838383. Windows color (decimal): -705329 or 13581557. OLE color: 13581557.
HSL color Cylindrical-coordinate representation of color #F53CCF: hue angle of 312.32º 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 #F53CCF is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 207 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.04 |
| HSL | 312.32º | 0.9% | 0.6% | - |
| HSV(B) | 312.32º | 0.76% | 0.96% | - |
| XYZ | 50.53 | 27.15 | 61.61 | - |
| YUV | 132.07 | 170.29 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 207 | 0 | 0.76 | 0.16 | 0.04 | 312.32 | 0.9 | 0.6 |
| Hex | F5 | 3C | CF | 0 | 4C | 10 | 4 | 138 | 5A | 3C |
| Octal | 365 | 74 | 317 | 0 | 114 | 20 | 4 | 470 | 132 | 74 |
| Binary | 11110101 | 111100 | 11001111 | 0 | 1001100 | 10000 | 100 | 100111000 | 1011010 | 111100 |
Color Harmonies of #F53CCF
Complementary color
Monochromatic Colors of #F53CCF
Black with #F53CCF
Text Example
Text Example
White with #F53CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53CCF; }
p { color: rgb(245,60,207); }
H1.HeaderClassName
{
color: #F53CCF;
}
.AnyTagClassName
{
color: #F53CCF;
}
</style>
background-color css
<style>
a { background-color: #F53CCF; }
a { background-color: rgb(245,60,207); }
div.DivClassName
{
background-color: #F53CCF;
}
.BgClassName
{
background-color: #F53CCF;
}
</style>
border-color css
<style>
span { border-color: #F53CCF; }
span { border-color: rgb(245,60,207); }
td.TdClassName
{
border-color: #F53CCF;
}
.TagClassName
{
border-color: #F53CCF;
}
</style>