Shades of Razzle Dazzle Rose #F54DCC
Tints of Razzle Dazzle Rose #F54DCC
RGB
CMYK
RGB Variations
Color information
#F54DCC (or 0xF54DCC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 4D and CC. RGB value is (245,77,204). Sum of RGB (Red+Green+Blue) = 245+77+204=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F54DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54DCC is #0AB233. Grayscale: #8D8D8D. Windows color (decimal): -700980 or 13389301. OLE color: 13389301.
HSL color Cylindrical-coordinate representation of color #F54DCC: hue angle of 314.64º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54DCC is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 204 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.04 |
| HSL | 314.64º | 0.89% | 0.63% | - |
| HSV(B) | 314.64º | 0.69% | 0.96% | - |
| XYZ | 51.21 | 29.08 | 60.04 | - |
| YUV | 141.71 | 163.16 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 204 | 0 | 0.69 | 0.17 | 0.04 | 314.64 | 0.89 | 0.63 |
| Hex | F5 | 4D | CC | 0 | 45 | 11 | 4 | 13B | 59 | 3F |
| Octal | 365 | 115 | 314 | 0 | 105 | 21 | 4 | 473 | 131 | 77 |
| Binary | 11110101 | 1001101 | 11001100 | 0 | 1000101 | 10001 | 100 | 100111011 | 1011001 | 111111 |
Color Harmonies of #F54DCC
Complementary color
Monochromatic Colors of #F54DCC
Black with #F54DCC
Text Example
Text Example
White with #F54DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54DCC; }
p { color: rgb(245,77,204); }
H1.HeaderClassName
{
color: #F54DCC;
}
.AnyTagClassName
{
color: #F54DCC;
}
</style>
background-color css
<style>
a { background-color: #F54DCC; }
a { background-color: rgb(245,77,204); }
div.DivClassName
{
background-color: #F54DCC;
}
.BgClassName
{
background-color: #F54DCC;
}
</style>
border-color css
<style>
span { border-color: #F54DCC; }
span { border-color: rgb(245,77,204); }
td.TdClassName
{
border-color: #F54DCC;
}
.TagClassName
{
border-color: #F54DCC;
}
</style>