Shades of Carnation Pink #F99ECF
Tints of Carnation Pink #F99ECF
RGB
CMYK
RGB Variations
Color information
#F99ECF (or 0xF99ECF) is known color: Carnation Pink. HEX triplet: F9, 9E and CF. RGB value is (249,158,207). Sum of RGB (Red+Green+Blue) = 249+158+207=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ECF is #066130. Grayscale: #BEBEBE. Windows color (decimal): -418097 or 13606649. OLE color: 13606649.
HSL color Cylindrical-coordinate representation of color #F99ECF: hue angle of 327.69º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99ECF is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 207 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.02 |
| HSL | 327.69º | 0.88% | 0.8% | - |
| HSV(B) | 327.69º | 0.37% | 0.98% | - |
| XYZ | 62.56 | 49.1 | 65.21 | - |
| YUV | 190.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 207 | 0 | 0.37 | 0.17 | 0.02 | 327.69 | 0.88 | 0.8 |
| Hex | F9 | 9E | CF | 0 | 25 | 11 | 2 | 148 | 58 | 50 |
| Octal | 371 | 236 | 317 | 0 | 45 | 21 | 2 | 510 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11001111 | 0 | 100101 | 10001 | 10 | 101001000 | 1011000 | 1010000 |
Color Harmonies of #F99ECF
Complementary color
Monochromatic Colors of #F99ECF
Black with #F99ECF
Text Example
Text Example
White with #F99ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99ECF; }
p { color: rgb(249,158,207); }
H1.HeaderClassName
{
color: #F99ECF;
}
.AnyTagClassName
{
color: #F99ECF;
}
</style>
background-color css
<style>
a { background-color: #F99ECF; }
a { background-color: rgb(249,158,207); }
div.DivClassName
{
background-color: #F99ECF;
}
.BgClassName
{
background-color: #F99ECF;
}
</style>
border-color css
<style>
span { border-color: #F99ECF; }
span { border-color: rgb(249,158,207); }
td.TdClassName
{
border-color: #F99ECF;
}
.TagClassName
{
border-color: #F99ECF;
}
</style>