Shades of Razzle Dazzle Rose #F53ACC
Tints of Razzle Dazzle Rose #F53ACC
RGB
CMYK
RGB Variations
Color information
#F53ACC (or 0xF53ACC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3A and CC. RGB value is (245,58,204). Sum of RGB (Red+Green+Blue) = 245+58+204=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F53ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53ACC is #0AC533. Grayscale: #828282. Windows color (decimal): -705844 or 13384437. OLE color: 13384437.
HSL color Cylindrical-coordinate representation of color #F53ACC: hue angle of 313.16º 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 #F53ACC is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 204 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.04 |
| HSL | 313.16º | 0.9% | 0.59% | - |
| HSV(B) | 313.16º | 0.76% | 0.96% | - |
| XYZ | 50.07 | 26.8 | 59.66 | - |
| YUV | 130.56 | 169.45 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 204 | 0 | 0.76 | 0.17 | 0.04 | 313.16 | 0.9 | 0.59 |
| Hex | F5 | 3A | CC | 0 | 4C | 11 | 4 | 139 | 5A | 3B |
| Octal | 365 | 72 | 314 | 0 | 114 | 21 | 4 | 471 | 132 | 73 |
| Binary | 11110101 | 111010 | 11001100 | 0 | 1001100 | 10001 | 100 | 100111001 | 1011010 | 111011 |
Color Harmonies of #F53ACC
Complementary color
Monochromatic Colors of #F53ACC
Black with #F53ACC
Text Example
Text Example
White with #F53ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53ACC; }
p { color: rgb(245,58,204); }
H1.HeaderClassName
{
color: #F53ACC;
}
.AnyTagClassName
{
color: #F53ACC;
}
</style>
background-color css
<style>
a { background-color: #F53ACC; }
a { background-color: rgb(245,58,204); }
div.DivClassName
{
background-color: #F53ACC;
}
.BgClassName
{
background-color: #F53ACC;
}
</style>
border-color css
<style>
span { border-color: #F53ACC; }
span { border-color: rgb(245,58,204); }
td.TdClassName
{
border-color: #F53ACC;
}
.TagClassName
{
border-color: #F53ACC;
}
</style>