Shades of Razzle Dazzle Rose #F54ECC
Tints of Razzle Dazzle Rose #F54ECC
RGB
CMYK
RGB Variations
Color information
#F54ECC (or 0xF54ECC) is known color: Razzle Dazzle Rose. HEX triplet: F5, 4E and CC. RGB value is (245,78,204). Sum of RGB (Red+Green+Blue) = 245+78+204=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F54ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54ECC is #0AB133. Grayscale: #8D8D8D. Windows color (decimal): -700724 or 13389557. OLE color: 13389557.
HSL color Cylindrical-coordinate representation of color #F54ECC: hue angle of 314.73º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54ECC is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 204 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.04 |
| HSL | 314.73º | 0.89% | 0.63% | - |
| HSV(B) | 314.73º | 0.68% | 0.96% | - |
| XYZ | 51.28 | 29.22 | 60.06 | - |
| YUV | 142.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 204 | 0 | 0.68 | 0.17 | 0.04 | 314.73 | 0.89 | 0.63 |
| Hex | F5 | 4E | CC | 0 | 44 | 11 | 4 | 13B | 59 | 3F |
| Octal | 365 | 116 | 314 | 0 | 104 | 21 | 4 | 473 | 131 | 77 |
| Binary | 11110101 | 1001110 | 11001100 | 0 | 1000100 | 10001 | 100 | 100111011 | 1011001 | 111111 |
Color Harmonies of #F54ECC
Complementary color
Monochromatic Colors of #F54ECC
Black with #F54ECC
Text Example
Text Example
White with #F54ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54ECC; }
p { color: rgb(245,78,204); }
H1.HeaderClassName
{
color: #F54ECC;
}
.AnyTagClassName
{
color: #F54ECC;
}
</style>
background-color css
<style>
a { background-color: #F54ECC; }
a { background-color: rgb(245,78,204); }
div.DivClassName
{
background-color: #F54ECC;
}
.BgClassName
{
background-color: #F54ECC;
}
</style>
border-color css
<style>
span { border-color: #F54ECC; }
span { border-color: rgb(245,78,204); }
td.TdClassName
{
border-color: #F54ECC;
}
.TagClassName
{
border-color: #F54ECC;
}
</style>