Shades of Razzle Dazzle Rose #F94ECC
Tints of Razzle Dazzle Rose #F94ECC
RGB
CMYK
RGB Variations
Color information
#F94ECC (or 0xF94ECC) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4E and CC. RGB value is (249,78,204). Sum of RGB (Red+Green+Blue) = 249+78+204=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F94ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94ECC is #06B133. Grayscale: #8F8F8F. Windows color (decimal): -438580 or 13389561. OLE color: 13389561.
HSL color Cylindrical-coordinate representation of color #F94ECC: hue angle of 315.79º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94ECC is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 204 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.02 |
| HSL | 315.79º | 0.93% | 0.64% | - |
| HSV(B) | 315.79º | 0.69% | 0.98% | - |
| XYZ | 52.69 | 29.95 | 60.13 | - |
| YUV | 143.49 | 162.15 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 204 | 0 | 0.69 | 0.18 | 0.02 | 315.79 | 0.93 | 0.64 |
| Hex | F9 | 4E | CC | 0 | 45 | 12 | 2 | 13C | 5D | 40 |
| Octal | 371 | 116 | 314 | 0 | 105 | 22 | 2 | 474 | 135 | 100 |
| Binary | 11111001 | 1001110 | 11001100 | 0 | 1000101 | 10010 | 10 | 100111100 | 1011101 | 1000000 |
Color Harmonies of #F94ECC
Complementary color
Monochromatic Colors of #F94ECC
Black with #F94ECC
Text Example
Text Example
White with #F94ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94ECC; }
p { color: rgb(249,78,204); }
H1.HeaderClassName
{
color: #F94ECC;
}
.AnyTagClassName
{
color: #F94ECC;
}
</style>
background-color css
<style>
a { background-color: #F94ECC; }
a { background-color: rgb(249,78,204); }
div.DivClassName
{
background-color: #F94ECC;
}
.BgClassName
{
background-color: #F94ECC;
}
</style>
border-color css
<style>
span { border-color: #F94ECC; }
span { border-color: rgb(249,78,204); }
td.TdClassName
{
border-color: #F94ECC;
}
.TagClassName
{
border-color: #F94ECC;
}
</style>