Shades of Razzle Dazzle Rose #F53ACE
Tints of Razzle Dazzle Rose #F53ACE
RGB
CMYK
RGB Variations
Color information
#F53ACE (or 0xF53ACE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3A and CE. RGB value is (245,58,206). Sum of RGB (Red+Green+Blue) = 245+58+206=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F53ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53ACE is #0AC531. Grayscale: #828282. Windows color (decimal): -705842 or 13515509. OLE color: 13515509.
HSL color Cylindrical-coordinate representation of color #F53ACE: hue angle of 312.51º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53ACE is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 206 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.04 |
| HSL | 312.51º | 0.9% | 0.59% | - |
| HSV(B) | 312.51º | 0.76% | 0.96% | - |
| XYZ | 50.31 | 26.89 | 60.93 | - |
| YUV | 130.79 | 170.45 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 206 | 0 | 0.76 | 0.16 | 0.04 | 312.51 | 0.9 | 0.59 |
| Hex | F5 | 3A | CE | 0 | 4C | 10 | 4 | 139 | 5A | 3B |
| Octal | 365 | 72 | 316 | 0 | 114 | 20 | 4 | 471 | 132 | 73 |
| Binary | 11110101 | 111010 | 11001110 | 0 | 1001100 | 10000 | 100 | 100111001 | 1011010 | 111011 |
Color Harmonies of #F53ACE
Complementary color
Monochromatic Colors of #F53ACE
Black with #F53ACE
Text Example
Text Example
White with #F53ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53ACE; }
p { color: rgb(245,58,206); }
H1.HeaderClassName
{
color: #F53ACE;
}
.AnyTagClassName
{
color: #F53ACE;
}
</style>
background-color css
<style>
a { background-color: #F53ACE; }
a { background-color: rgb(245,58,206); }
div.DivClassName
{
background-color: #F53ACE;
}
.BgClassName
{
background-color: #F53ACE;
}
</style>
border-color css
<style>
span { border-color: #F53ACE; }
span { border-color: rgb(245,58,206); }
td.TdClassName
{
border-color: #F53ACE;
}
.TagClassName
{
border-color: #F53ACE;
}
</style>