Shades of Razzle Dazzle Rose #F53CDD
Tints of Razzle Dazzle Rose #F53CDD
RGB
CMYK
RGB Variations
Color information
#F53CDD (or 0xF53CDD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3C and DD. RGB value is (245,60,221). Sum of RGB (Red+Green+Blue) = 245+60+221=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 60 (23.83% from 255 or 11.41% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F53CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53CDD is #0AC322. Grayscale: #858585. Windows color (decimal): -705315 or 14499061. OLE color: 14499061.
HSL color Cylindrical-coordinate representation of color #F53CDD: hue angle of 307.78º 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 #F53CDD is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 221 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.04 |
| HSL | 307.78º | 0.9% | 0.6% | - |
| HSV(B) | 307.78º | 0.76% | 0.96% | - |
| XYZ | 52.32 | 27.86 | 71.03 | - |
| YUV | 133.67 | 177.29 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 221 | 0 | 0.76 | 0.10 | 0.04 | 307.78 | 0.9 | 0.6 |
| Hex | F5 | 3C | DD | 0 | 4C | A | 4 | 134 | 5A | 3C |
| Octal | 365 | 74 | 335 | 0 | 114 | 12 | 4 | 464 | 132 | 74 |
| Binary | 11110101 | 111100 | 11011101 | 0 | 1001100 | 1010 | 100 | 100110100 | 1011010 | 111100 |
Color Harmonies of #F53CDD
Complementary color
Monochromatic Colors of #F53CDD
Black with #F53CDD
Text Example
Text Example
White with #F53CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53CDD; }
p { color: rgb(245,60,221); }
H1.HeaderClassName
{
color: #F53CDD;
}
.AnyTagClassName
{
color: #F53CDD;
}
</style>
background-color css
<style>
a { background-color: #F53CDD; }
a { background-color: rgb(245,60,221); }
div.DivClassName
{
background-color: #F53CDD;
}
.BgClassName
{
background-color: #F53CDD;
}
</style>
border-color css
<style>
span { border-color: #F53CDD; }
span { border-color: rgb(245,60,221); }
td.TdClassName
{
border-color: #F53CDD;
}
.TagClassName
{
border-color: #F53CDD;
}
</style>