Shades of Carnation Pink #F99DC2
Tints of Carnation Pink #F99DC2
RGB
CMYK
RGB Variations
Color information
#F99DC2 (or 0xF99DC2) is known color: Carnation Pink. HEX triplet: F9, 9D and C2. RGB value is (249,157,194). Sum of RGB (Red+Green+Blue) = 249+157+194=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DC2 is #06623D. Grayscale: #BCBCBC. Windows color (decimal): -418366 or 12754425. OLE color: 12754425.
HSL color Cylindrical-coordinate representation of color #F99DC2: hue angle of 335.87º 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 #F99DC2 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 194 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.02 |
| HSL | 335.87º | 0.88% | 0.8% | - |
| HSV(B) | 335.87º | 0.37% | 0.98% | - |
| XYZ | 60.86 | 48.15 | 57.12 | - |
| YUV | 188.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 194 | 0 | 0.37 | 0.22 | 0.02 | 335.87 | 0.88 | 0.8 |
| Hex | F9 | 9D | C2 | 0 | 25 | 16 | 2 | 150 | 58 | 50 |
| Octal | 371 | 235 | 302 | 0 | 45 | 26 | 2 | 520 | 130 | 120 |
| Binary | 11111001 | 10011101 | 11000010 | 0 | 100101 | 10110 | 10 | 101010000 | 1011000 | 1010000 |
Color Harmonies of #F99DC2
Complementary color
Monochromatic Colors of #F99DC2
Black with #F99DC2
Text Example
Text Example
White with #F99DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DC2; }
p { color: rgb(249,157,194); }
H1.HeaderClassName
{
color: #F99DC2;
}
.AnyTagClassName
{
color: #F99DC2;
}
</style>
background-color css
<style>
a { background-color: #F99DC2; }
a { background-color: rgb(249,157,194); }
div.DivClassName
{
background-color: #F99DC2;
}
.BgClassName
{
background-color: #F99DC2;
}
</style>
border-color css
<style>
span { border-color: #F99DC2; }
span { border-color: rgb(249,157,194); }
td.TdClassName
{
border-color: #F99DC2;
}
.TagClassName
{
border-color: #F99DC2;
}
</style>