Shades of Carnation Pink #F99EC9
Tints of Carnation Pink #F99EC9
RGB
CMYK
RGB Variations
Color information
#F99EC9 (or 0xF99EC9) is known color: Carnation Pink. HEX triplet: F9, 9E and C9. RGB value is (249,158,201). Sum of RGB (Red+Green+Blue) = 249+158+201=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99EC9 is #066136. Grayscale: #BEBEBE. Windows color (decimal): -418103 or 13213433. OLE color: 13213433.
HSL color Cylindrical-coordinate representation of color #F99EC9: hue angle of 331.65º 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 #F99EC9 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 201 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.02 |
| HSL | 331.65º | 0.88% | 0.8% | - |
| HSV(B) | 331.65º | 0.37% | 0.98% | - |
| XYZ | 61.84 | 48.81 | 61.42 | - |
| YUV | 190.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 201 | 0 | 0.37 | 0.19 | 0.02 | 331.65 | 0.88 | 0.8 |
| Hex | F9 | 9E | C9 | 0 | 25 | 13 | 2 | 14C | 58 | 50 |
| Octal | 371 | 236 | 311 | 0 | 45 | 23 | 2 | 514 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11001001 | 0 | 100101 | 10011 | 10 | 101001100 | 1011000 | 1010000 |
Color Harmonies of #F99EC9
Complementary color
Monochromatic Colors of #F99EC9
Black with #F99EC9
Text Example
Text Example
White with #F99EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EC9; }
p { color: rgb(249,158,201); }
H1.HeaderClassName
{
color: #F99EC9;
}
.AnyTagClassName
{
color: #F99EC9;
}
</style>
background-color css
<style>
a { background-color: #F99EC9; }
a { background-color: rgb(249,158,201); }
div.DivClassName
{
background-color: #F99EC9;
}
.BgClassName
{
background-color: #F99EC9;
}
</style>
border-color css
<style>
span { border-color: #F99EC9; }
span { border-color: rgb(249,158,201); }
td.TdClassName
{
border-color: #F99EC9;
}
.TagClassName
{
border-color: #F99EC9;
}
</style>