Shades of Razzle Dazzle Rose #F53EDF
Tints of Razzle Dazzle Rose #F53EDF
RGB
CMYK
RGB Variations
Color information
#F53EDF (or 0xF53EDF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3E and DF. RGB value is (245,62,223). Sum of RGB (Red+Green+Blue) = 245+62+223=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 62 (24.61% from 255 or 11.70% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53EDF is #0AC120. Grayscale: #868686. Windows color (decimal): -704801 or 14630645. OLE color: 14630645.
HSL color Cylindrical-coordinate representation of color #F53EDF: hue angle of 307.21º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53EDF is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 223 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.04 |
| HSL | 307.21º | 0.9% | 0.6% | - |
| HSV(B) | 307.21º | 0.75% | 0.96% | - |
| XYZ | 52.7 | 28.19 | 72.47 | - |
| YUV | 135.07 | 177.63 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 223 | 0 | 0.75 | 0.09 | 0.04 | 307.21 | 0.9 | 0.6 |
| Hex | F5 | 3E | DF | 0 | 4B | 9 | 4 | 133 | 5A | 3C |
| Octal | 365 | 76 | 337 | 0 | 113 | 11 | 4 | 463 | 132 | 74 |
| Binary | 11110101 | 111110 | 11011111 | 0 | 1001011 | 1001 | 100 | 100110011 | 1011010 | 111100 |
Color Harmonies of #F53EDF
Complementary color
Monochromatic Colors of #F53EDF
Black with #F53EDF
Text Example
Text Example
White with #F53EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53EDF; }
p { color: rgb(245,62,223); }
H1.HeaderClassName
{
color: #F53EDF;
}
.AnyTagClassName
{
color: #F53EDF;
}
</style>
background-color css
<style>
a { background-color: #F53EDF; }
a { background-color: rgb(245,62,223); }
div.DivClassName
{
background-color: #F53EDF;
}
.BgClassName
{
background-color: #F53EDF;
}
</style>
border-color css
<style>
span { border-color: #F53EDF; }
span { border-color: rgb(245,62,223); }
td.TdClassName
{
border-color: #F53EDF;
}
.TagClassName
{
border-color: #F53EDF;
}
</style>