Shades of Carnation Pink #F999CB
Tints of Carnation Pink #F999CB
RGB
CMYK
RGB Variations
Color information
#F999CB (or 0xF999CB) is known color: Carnation Pink. HEX triplet: F9, 99 and CB. RGB value is (249,153,203). Sum of RGB (Red+Green+Blue) = 249+153+203=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F999CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999CB is #066634. Grayscale: #BBBBBB. Windows color (decimal): -419381 or 13343225. OLE color: 13343225.
HSL color Cylindrical-coordinate representation of color #F999CB: hue angle of 328.75º 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 #F999CB is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 203 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.02 |
| HSL | 328.75º | 0.89% | 0.79% | - |
| HSV(B) | 328.75º | 0.39% | 0.98% | - |
| XYZ | 61.24 | 47.23 | 62.39 | - |
| YUV | 187.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 203 | 0 | 0.39 | 0.18 | 0.02 | 328.75 | 0.89 | 0.79 |
| Hex | F9 | 99 | CB | 0 | 27 | 12 | 2 | 149 | 59 | 4F |
| Octal | 371 | 231 | 313 | 0 | 47 | 22 | 2 | 511 | 131 | 117 |
| Binary | 11111001 | 10011001 | 11001011 | 0 | 100111 | 10010 | 10 | 101001001 | 1011001 | 1001111 |
Color Harmonies of #F999CB
Complementary color
Monochromatic Colors of #F999CB
Black with #F999CB
Text Example
Text Example
White with #F999CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999CB; }
p { color: rgb(249,153,203); }
H1.HeaderClassName
{
color: #F999CB;
}
.AnyTagClassName
{
color: #F999CB;
}
</style>
background-color css
<style>
a { background-color: #F999CB; }
a { background-color: rgb(249,153,203); }
div.DivClassName
{
background-color: #F999CB;
}
.BgClassName
{
background-color: #F999CB;
}
</style>
border-color css
<style>
span { border-color: #F999CB; }
span { border-color: rgb(249,153,203); }
td.TdClassName
{
border-color: #F999CB;
}
.TagClassName
{
border-color: #F999CB;
}
</style>