Shades of Razzle Dazzle Rose #F94EC7
Tints of Razzle Dazzle Rose #F94EC7
RGB
CMYK
RGB Variations
Color information
#F94EC7 (or 0xF94EC7) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4E and C7. RGB value is (249,78,199). Sum of RGB (Red+Green+Blue) = 249+78+199=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F94EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94EC7 is #06B138. Grayscale: #8E8E8E. Windows color (decimal): -438585 or 13061881. OLE color: 13061881.
HSL color Cylindrical-coordinate representation of color #F94EC7: hue angle of 317.54º 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 #F94EC7 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 199 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.02 |
| HSL | 317.54º | 0.93% | 0.64% | - |
| HSV(B) | 317.54º | 0.69% | 0.98% | - |
| XYZ | 52.1 | 29.71 | 57.02 | - |
| YUV | 142.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 199 | 0 | 0.69 | 0.20 | 0.02 | 317.54 | 0.93 | 0.64 |
| Hex | F9 | 4E | C7 | 0 | 45 | 14 | 2 | 13E | 5D | 40 |
| Octal | 371 | 116 | 307 | 0 | 105 | 24 | 2 | 476 | 135 | 100 |
| Binary | 11111001 | 1001110 | 11000111 | 0 | 1000101 | 10100 | 10 | 100111110 | 1011101 | 1000000 |
Color Harmonies of #F94EC7
Complementary color
Monochromatic Colors of #F94EC7
Black with #F94EC7
Text Example
Text Example
White with #F94EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94EC7; }
p { color: rgb(249,78,199); }
H1.HeaderClassName
{
color: #F94EC7;
}
.AnyTagClassName
{
color: #F94EC7;
}
</style>
background-color css
<style>
a { background-color: #F94EC7; }
a { background-color: rgb(249,78,199); }
div.DivClassName
{
background-color: #F94EC7;
}
.BgClassName
{
background-color: #F94EC7;
}
</style>
border-color css
<style>
span { border-color: #F94EC7; }
span { border-color: rgb(249,78,199); }
td.TdClassName
{
border-color: #F94EC7;
}
.TagClassName
{
border-color: #F94EC7;
}
</style>