Shades of Razzle Dazzle Rose #F53BCC
Tints of Razzle Dazzle Rose #F53BCC
RGB
CMYK
RGB Variations
Color information
#F53BCC (or 0xF53BCC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and CC. RGB value is (245,59,204). Sum of RGB (Red+Green+Blue) = 245+59+204=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BCC is #0AC433. Grayscale: #828282. Windows color (decimal): -705588 or 13384693. OLE color: 13384693.
HSL color Cylindrical-coordinate representation of color #F53BCC: hue angle of 313.23º 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 #F53BCC is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 204 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.04 |
| HSL | 313.23º | 0.9% | 0.6% | - |
| HSV(B) | 313.23º | 0.76% | 0.96% | - |
| XYZ | 50.12 | 26.9 | 59.68 | - |
| YUV | 131.14 | 169.12 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 204 | 0 | 0.76 | 0.17 | 0.04 | 313.23 | 0.9 | 0.6 |
| Hex | F5 | 3B | CC | 0 | 4C | 11 | 4 | 139 | 5A | 3C |
| Octal | 365 | 73 | 314 | 0 | 114 | 21 | 4 | 471 | 132 | 74 |
| Binary | 11110101 | 111011 | 11001100 | 0 | 1001100 | 10001 | 100 | 100111001 | 1011010 | 111100 |
Color Harmonies of #F53BCC
Complementary color
Monochromatic Colors of #F53BCC
Black with #F53BCC
Text Example
Text Example
White with #F53BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BCC; }
p { color: rgb(245,59,204); }
H1.HeaderClassName
{
color: #F53BCC;
}
.AnyTagClassName
{
color: #F53BCC;
}
</style>
background-color css
<style>
a { background-color: #F53BCC; }
a { background-color: rgb(245,59,204); }
div.DivClassName
{
background-color: #F53BCC;
}
.BgClassName
{
background-color: #F53BCC;
}
</style>
border-color css
<style>
span { border-color: #F53BCC; }
span { border-color: rgb(245,59,204); }
td.TdClassName
{
border-color: #F53BCC;
}
.TagClassName
{
border-color: #F53BCC;
}
</style>