Shades of Carnation Pink #F999BE
Tints of Carnation Pink #F999BE
RGB
CMYK
RGB Variations
Color information
#F999BE (or 0xF999BE) is known color: Carnation Pink. HEX triplet: F9, 99 and BE. RGB value is (249,153,190). Sum of RGB (Red+Green+Blue) = 249+153+190=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F999BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999BE is #066641. Grayscale: #B9B9B9. Windows color (decimal): -419394 or 12491257. OLE color: 12491257.
HSL color Cylindrical-coordinate representation of color #F999BE: hue angle of 336.88º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F999BE is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 190 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.02 |
| HSL | 336.88º | 0.89% | 0.79% | - |
| HSV(B) | 336.88º | 0.39% | 0.98% | - |
| XYZ | 59.75 | 46.64 | 54.57 | - |
| YUV | 185.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 190 | 0 | 0.39 | 0.24 | 0.02 | 336.88 | 0.89 | 0.79 |
| Hex | F9 | 99 | BE | 0 | 27 | 18 | 2 | 151 | 59 | 4F |
| Octal | 371 | 231 | 276 | 0 | 47 | 30 | 2 | 521 | 131 | 117 |
| Binary | 11111001 | 10011001 | 10111110 | 0 | 100111 | 11000 | 10 | 101010001 | 1011001 | 1001111 |
Color Harmonies of #F999BE
Complementary color
Monochromatic Colors of #F999BE
Black with #F999BE
Text Example
Text Example
White with #F999BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999BE; }
p { color: rgb(249,153,190); }
H1.HeaderClassName
{
color: #F999BE;
}
.AnyTagClassName
{
color: #F999BE;
}
</style>
background-color css
<style>
a { background-color: #F999BE; }
a { background-color: rgb(249,153,190); }
div.DivClassName
{
background-color: #F999BE;
}
.BgClassName
{
background-color: #F999BE;
}
</style>
border-color css
<style>
span { border-color: #F999BE; }
span { border-color: rgb(249,153,190); }
td.TdClassName
{
border-color: #F999BE;
}
.TagClassName
{
border-color: #F999BE;
}
</style>