Shades of Razzle Dazzle Rose #F53FDF
Tints of Razzle Dazzle Rose #F53FDF
RGB
CMYK
RGB Variations
Color information
#F53FDF (or 0xF53FDF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and DF. RGB value is (245,63,223). Sum of RGB (Red+Green+Blue) = 245+63+223=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 63 (25% from 255 or 11.86% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FDF is #0AC020. Grayscale: #878787. Windows color (decimal): -704545 or 14630901. OLE color: 14630901.
HSL color Cylindrical-coordinate representation of color #F53FDF: hue angle of 307.25º 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 #F53FDF is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 223 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.04 |
| HSL | 307.25º | 0.9% | 0.6% | - |
| HSV(B) | 307.25º | 0.74% | 0.96% | - |
| XYZ | 52.75 | 28.3 | 72.49 | - |
| YUV | 135.66 | 177.3 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 223 | 0 | 0.74 | 0.09 | 0.04 | 307.25 | 0.9 | 0.6 |
| Hex | F5 | 3F | DF | 0 | 4A | 9 | 4 | 133 | 5A | 3C |
| Octal | 365 | 77 | 337 | 0 | 112 | 11 | 4 | 463 | 132 | 74 |
| Binary | 11110101 | 111111 | 11011111 | 0 | 1001010 | 1001 | 100 | 100110011 | 1011010 | 111100 |
Color Harmonies of #F53FDF
Complementary color
Monochromatic Colors of #F53FDF
Black with #F53FDF
Text Example
Text Example
White with #F53FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FDF; }
p { color: rgb(245,63,223); }
H1.HeaderClassName
{
color: #F53FDF;
}
.AnyTagClassName
{
color: #F53FDF;
}
</style>
background-color css
<style>
a { background-color: #F53FDF; }
a { background-color: rgb(245,63,223); }
div.DivClassName
{
background-color: #F53FDF;
}
.BgClassName
{
background-color: #F53FDF;
}
</style>
border-color css
<style>
span { border-color: #F53FDF; }
span { border-color: rgb(245,63,223); }
td.TdClassName
{
border-color: #F53FDF;
}
.TagClassName
{
border-color: #F53FDF;
}
</style>