Shades of Carnation Pink #F99FC0
Tints of Carnation Pink #F99FC0
RGB
CMYK
RGB Variations
Color information
#F99FC0 (or 0xF99FC0) is known color: Carnation Pink. HEX triplet: F9, 9F and C0. RGB value is (249,159,192). Sum of RGB (Red+Green+Blue) = 249+159+192=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FC0 is #06603F. Grayscale: #BDBDBD. Windows color (decimal): -417856 or 12623865. OLE color: 12623865.
HSL color Cylindrical-coordinate representation of color #F99FC0: hue angle of 338º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FC0 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 192 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.02 |
| HSL | 338º | 0.88% | 0.8% | - |
| HSV(B) | 338º | 0.36% | 0.98% | - |
| XYZ | 60.98 | 48.74 | 56.06 | - |
| YUV | 189.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 192 | 0 | 0.36 | 0.23 | 0.02 | 338 | 0.88 | 0.8 |
| Hex | F9 | 9F | C0 | 0 | 24 | 17 | 2 | 152 | 58 | 50 |
| Octal | 371 | 237 | 300 | 0 | 44 | 27 | 2 | 522 | 130 | 120 |
| Binary | 11111001 | 10011111 | 11000000 | 0 | 100100 | 10111 | 10 | 101010010 | 1011000 | 1010000 |
Color Harmonies of #F99FC0
Complementary color
Monochromatic Colors of #F99FC0
Black with #F99FC0
Text Example
Text Example
White with #F99FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99FC0; }
p { color: rgb(249,159,192); }
H1.HeaderClassName
{
color: #F99FC0;
}
.AnyTagClassName
{
color: #F99FC0;
}
</style>
background-color css
<style>
a { background-color: #F99FC0; }
a { background-color: rgb(249,159,192); }
div.DivClassName
{
background-color: #F99FC0;
}
.BgClassName
{
background-color: #F99FC0;
}
</style>
border-color css
<style>
span { border-color: #F99FC0; }
span { border-color: rgb(249,159,192); }
td.TdClassName
{
border-color: #F99FC0;
}
.TagClassName
{
border-color: #F99FC0;
}
</style>