Shades of Razzle Dazzle Rose #F94ECE
Tints of Razzle Dazzle Rose #F94ECE
RGB
CMYK
RGB Variations
Color information
#F94ECE (or 0xF94ECE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4E and CE. RGB value is (249,78,206). Sum of RGB (Red+Green+Blue) = 249+78+206=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F94ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94ECE is #06B131. Grayscale: #8F8F8F. Windows color (decimal): -438578 or 13520633. OLE color: 13520633.
HSL color Cylindrical-coordinate representation of color #F94ECE: hue angle of 315.09º 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 #F94ECE is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 206 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.02 |
| HSL | 315.09º | 0.93% | 0.64% | - |
| HSV(B) | 315.09º | 0.69% | 0.98% | - |
| XYZ | 52.93 | 30.04 | 61.4 | - |
| YUV | 143.72 | 163.15 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 206 | 0 | 0.69 | 0.17 | 0.02 | 315.09 | 0.93 | 0.64 |
| Hex | F9 | 4E | CE | 0 | 45 | 11 | 2 | 13B | 5D | 40 |
| Octal | 371 | 116 | 316 | 0 | 105 | 21 | 2 | 473 | 135 | 100 |
| Binary | 11111001 | 1001110 | 11001110 | 0 | 1000101 | 10001 | 10 | 100111011 | 1011101 | 1000000 |
Color Harmonies of #F94ECE
Complementary color
Monochromatic Colors of #F94ECE
Black with #F94ECE
Text Example
Text Example
White with #F94ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94ECE; }
p { color: rgb(249,78,206); }
H1.HeaderClassName
{
color: #F94ECE;
}
.AnyTagClassName
{
color: #F94ECE;
}
</style>
background-color css
<style>
a { background-color: #F94ECE; }
a { background-color: rgb(249,78,206); }
div.DivClassName
{
background-color: #F94ECE;
}
.BgClassName
{
background-color: #F94ECE;
}
</style>
border-color css
<style>
span { border-color: #F94ECE; }
span { border-color: rgb(249,78,206); }
td.TdClassName
{
border-color: #F94ECE;
}
.TagClassName
{
border-color: #F94ECE;
}
</style>