Shades of Razzle Dazzle Rose #F53FDD
Tints of Razzle Dazzle Rose #F53FDD
RGB
CMYK
RGB Variations
Color information
#F53FDD (or 0xF53FDD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and DD. RGB value is (245,63,221). Sum of RGB (Red+Green+Blue) = 245+63+221=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FDD is #0AC022. Grayscale: #868686. Windows color (decimal): -704547 or 14499829. OLE color: 14499829.
HSL color Cylindrical-coordinate representation of color #F53FDD: hue angle of 307.91º 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 #F53FDD is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 221 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.04 |
| HSL | 307.91º | 0.9% | 0.6% | - |
| HSV(B) | 307.91º | 0.74% | 0.96% | - |
| XYZ | 52.48 | 28.19 | 71.08 | - |
| YUV | 135.43 | 176.3 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 221 | 0 | 0.74 | 0.10 | 0.04 | 307.91 | 0.9 | 0.6 |
| Hex | F5 | 3F | DD | 0 | 4A | A | 4 | 134 | 5A | 3C |
| Octal | 365 | 77 | 335 | 0 | 112 | 12 | 4 | 464 | 132 | 74 |
| Binary | 11110101 | 111111 | 11011101 | 0 | 1001010 | 1010 | 100 | 100110100 | 1011010 | 111100 |
Color Harmonies of #F53FDD
Complementary color
Monochromatic Colors of #F53FDD
Black with #F53FDD
Text Example
Text Example
White with #F53FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FDD; }
p { color: rgb(245,63,221); }
H1.HeaderClassName
{
color: #F53FDD;
}
.AnyTagClassName
{
color: #F53FDD;
}
</style>
background-color css
<style>
a { background-color: #F53FDD; }
a { background-color: rgb(245,63,221); }
div.DivClassName
{
background-color: #F53FDD;
}
.BgClassName
{
background-color: #F53FDD;
}
</style>
border-color css
<style>
span { border-color: #F53FDD; }
span { border-color: rgb(245,63,221); }
td.TdClassName
{
border-color: #F53FDD;
}
.TagClassName
{
border-color: #F53FDD;
}
</style>