Shades of Razzle Dazzle Rose #F53BDA
Tints of Razzle Dazzle Rose #F53BDA
RGB
CMYK
RGB Variations
Color information
#F53BDA (or 0xF53BDA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and DA. RGB value is (245,59,218). Sum of RGB (Red+Green+Blue) = 245+59+218=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 59 (23.44% from 255 or 11.30% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BDA is #0AC425. Grayscale: #848484. Windows color (decimal): -705574 or 14302197. OLE color: 14302197.
HSL color Cylindrical-coordinate representation of color #F53BDA: hue angle of 308.71º 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 #F53BDA is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 218 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.04 |
| HSL | 308.71º | 0.9% | 0.6% | - |
| HSV(B) | 308.71º | 0.76% | 0.96% | - |
| XYZ | 51.88 | 27.6 | 68.92 | - |
| YUV | 132.74 | 176.12 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 218 | 0 | 0.76 | 0.11 | 0.04 | 308.71 | 0.9 | 0.6 |
| Hex | F5 | 3B | DA | 0 | 4C | B | 4 | 135 | 5A | 3C |
| Octal | 365 | 73 | 332 | 0 | 114 | 13 | 4 | 465 | 132 | 74 |
| Binary | 11110101 | 111011 | 11011010 | 0 | 1001100 | 1011 | 100 | 100110101 | 1011010 | 111100 |
Color Harmonies of #F53BDA
Complementary color
Monochromatic Colors of #F53BDA
Black with #F53BDA
Text Example
Text Example
White with #F53BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BDA; }
p { color: rgb(245,59,218); }
H1.HeaderClassName
{
color: #F53BDA;
}
.AnyTagClassName
{
color: #F53BDA;
}
</style>
background-color css
<style>
a { background-color: #F53BDA; }
a { background-color: rgb(245,59,218); }
div.DivClassName
{
background-color: #F53BDA;
}
.BgClassName
{
background-color: #F53BDA;
}
</style>
border-color css
<style>
span { border-color: #F53BDA; }
span { border-color: rgb(245,59,218); }
td.TdClassName
{
border-color: #F53BDA;
}
.TagClassName
{
border-color: #F53BDA;
}
</style>