Shades of Razzle Dazzle Rose #F53BDC
Tints of Razzle Dazzle Rose #F53BDC
RGB
CMYK
RGB Variations
Color information
#F53BDC (or 0xF53BDC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3B and DC. RGB value is (245,59,220). Sum of RGB (Red+Green+Blue) = 245+59+220=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 59 (23.44% from 255 or 11.26% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F53BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53BDC is #0AC423. Grayscale: #848484. Windows color (decimal): -705572 or 14433269. OLE color: 14433269.
HSL color Cylindrical-coordinate representation of color #F53BDC: hue angle of 308.06º 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 #F53BDC is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 220 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.04 |
| HSL | 308.06º | 0.9% | 0.6% | - |
| HSV(B) | 308.06º | 0.76% | 0.96% | - |
| XYZ | 52.14 | 27.71 | 70.31 | - |
| YUV | 132.97 | 177.12 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 220 | 0 | 0.76 | 0.10 | 0.04 | 308.06 | 0.9 | 0.6 |
| Hex | F5 | 3B | DC | 0 | 4C | A | 4 | 134 | 5A | 3C |
| Octal | 365 | 73 | 334 | 0 | 114 | 12 | 4 | 464 | 132 | 74 |
| Binary | 11110101 | 111011 | 11011100 | 0 | 1001100 | 1010 | 100 | 100110100 | 1011010 | 111100 |
Color Harmonies of #F53BDC
Complementary color
Monochromatic Colors of #F53BDC
Black with #F53BDC
Text Example
Text Example
White with #F53BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53BDC; }
p { color: rgb(245,59,220); }
H1.HeaderClassName
{
color: #F53BDC;
}
.AnyTagClassName
{
color: #F53BDC;
}
</style>
background-color css
<style>
a { background-color: #F53BDC; }
a { background-color: rgb(245,59,220); }
div.DivClassName
{
background-color: #F53BDC;
}
.BgClassName
{
background-color: #F53BDC;
}
</style>
border-color css
<style>
span { border-color: #F53BDC; }
span { border-color: rgb(245,59,220); }
td.TdClassName
{
border-color: #F53BDC;
}
.TagClassName
{
border-color: #F53BDC;
}
</style>