Shades of Razzle Dazzle Rose #F94ECF
Tints of Razzle Dazzle Rose #F94ECF
RGB
CMYK
RGB Variations
Color information
#F94ECF (or 0xF94ECF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4E and CF. RGB value is (249,78,207). Sum of RGB (Red+Green+Blue) = 249+78+207=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 78 (30.86% from 255 or 14.61% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F94ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94ECF is #06B130. Grayscale: #8F8F8F. Windows color (decimal): -438577 or 13586169. OLE color: 13586169.
HSL color Cylindrical-coordinate representation of color #F94ECF: hue angle of 314.74º 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 #F94ECF is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 78 | 207 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.02 |
| HSL | 314.74º | 0.93% | 0.64% | - |
| HSV(B) | 314.74º | 0.69% | 0.98% | - |
| XYZ | 53.05 | 30.09 | 62.04 | - |
| YUV | 143.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 78 | 207 | 0 | 0.69 | 0.17 | 0.02 | 314.74 | 0.93 | 0.64 |
| Hex | F9 | 4E | CF | 0 | 45 | 11 | 2 | 13B | 5D | 40 |
| Octal | 371 | 116 | 317 | 0 | 105 | 21 | 2 | 473 | 135 | 100 |
| Binary | 11111001 | 1001110 | 11001111 | 0 | 1000101 | 10001 | 10 | 100111011 | 1011101 | 1000000 |
Color Harmonies of #F94ECF
Complementary color
Monochromatic Colors of #F94ECF
Black with #F94ECF
Text Example
Text Example
White with #F94ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94ECF; }
p { color: rgb(249,78,207); }
H1.HeaderClassName
{
color: #F94ECF;
}
.AnyTagClassName
{
color: #F94ECF;
}
</style>
background-color css
<style>
a { background-color: #F94ECF; }
a { background-color: rgb(249,78,207); }
div.DivClassName
{
background-color: #F94ECF;
}
.BgClassName
{
background-color: #F94ECF;
}
</style>
border-color css
<style>
span { border-color: #F94ECF; }
span { border-color: rgb(249,78,207); }
td.TdClassName
{
border-color: #F94ECF;
}
.TagClassName
{
border-color: #F94ECF;
}
</style>