Shades of Razzle Dazzle Rose #F53FDA
Tints of Razzle Dazzle Rose #F53FDA
RGB
CMYK
RGB Variations
Color information
#F53FDA (or 0xF53FDA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and DA. RGB value is (245,63,218). Sum of RGB (Red+Green+Blue) = 245+63+218=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 63 (25% from 255 or 11.98% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FDA is #0AC025. Grayscale: #868686. Windows color (decimal): -704550 or 14303221. OLE color: 14303221.
HSL color Cylindrical-coordinate representation of color #F53FDA: hue angle of 308.9º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FDA is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 218 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.04 |
| HSL | 308.9º | 0.9% | 0.6% | - |
| HSV(B) | 308.9º | 0.74% | 0.96% | - |
| XYZ | 52.09 | 28.03 | 68.99 | - |
| YUV | 135.09 | 174.8 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 218 | 0 | 0.74 | 0.11 | 0.04 | 308.9 | 0.9 | 0.6 |
| Hex | F5 | 3F | DA | 0 | 4A | B | 4 | 135 | 5A | 3C |
| Octal | 365 | 77 | 332 | 0 | 112 | 13 | 4 | 465 | 132 | 74 |
| Binary | 11110101 | 111111 | 11011010 | 0 | 1001010 | 1011 | 100 | 100110101 | 1011010 | 111100 |
Color Harmonies of #F53FDA
Complementary color
Monochromatic Colors of #F53FDA
Black with #F53FDA
Text Example
Text Example
White with #F53FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FDA; }
p { color: rgb(245,63,218); }
H1.HeaderClassName
{
color: #F53FDA;
}
.AnyTagClassName
{
color: #F53FDA;
}
</style>
background-color css
<style>
a { background-color: #F53FDA; }
a { background-color: rgb(245,63,218); }
div.DivClassName
{
background-color: #F53FDA;
}
.BgClassName
{
background-color: #F53FDA;
}
</style>
border-color css
<style>
span { border-color: #F53FDA; }
span { border-color: rgb(245,63,218); }
td.TdClassName
{
border-color: #F53FDA;
}
.TagClassName
{
border-color: #F53FDA;
}
</style>