Shades of Carnation Pink #F99DC9
Tints of Carnation Pink #F99DC9
RGB
CMYK
RGB Variations
Color information
#F99DC9 (or 0xF99DC9) is known color: Carnation Pink. HEX triplet: F9, 9D and C9. RGB value is (249,157,201). Sum of RGB (Red+Green+Blue) = 249+157+201=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DC9 is #066236. Grayscale: #BDBDBD. Windows color (decimal): -418359 or 13213177. OLE color: 13213177.
HSL color Cylindrical-coordinate representation of color #F99DC9: hue angle of 331.3º 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 #F99DC9 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 201 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.02 |
| HSL | 331.3º | 0.88% | 0.8% | - |
| HSV(B) | 331.3º | 0.37% | 0.98% | - |
| XYZ | 61.67 | 48.47 | 61.36 | - |
| YUV | 189.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 201 | 0 | 0.37 | 0.19 | 0.02 | 331.3 | 0.88 | 0.8 |
| Hex | F9 | 9D | C9 | 0 | 25 | 13 | 2 | 14B | 58 | 50 |
| Octal | 371 | 235 | 311 | 0 | 45 | 23 | 2 | 513 | 130 | 120 |
| Binary | 11111001 | 10011101 | 11001001 | 0 | 100101 | 10011 | 10 | 101001011 | 1011000 | 1010000 |
Color Harmonies of #F99DC9
Complementary color
Monochromatic Colors of #F99DC9
Black with #F99DC9
Text Example
Text Example
White with #F99DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DC9; }
p { color: rgb(249,157,201); }
H1.HeaderClassName
{
color: #F99DC9;
}
.AnyTagClassName
{
color: #F99DC9;
}
</style>
background-color css
<style>
a { background-color: #F99DC9; }
a { background-color: rgb(249,157,201); }
div.DivClassName
{
background-color: #F99DC9;
}
.BgClassName
{
background-color: #F99DC9;
}
</style>
border-color css
<style>
span { border-color: #F99DC9; }
span { border-color: rgb(249,157,201); }
td.TdClassName
{
border-color: #F99DC9;
}
.TagClassName
{
border-color: #F99DC9;
}
</style>