Shades of Carnation Pink #F99DC1
Tints of Carnation Pink #F99DC1
RGB
CMYK
RGB Variations
Color information
#F99DC1 (or 0xF99DC1) is known color: Carnation Pink. HEX triplet: F9, 9D and C1. RGB value is (249,157,193). Sum of RGB (Red+Green+Blue) = 249+157+193=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DC1 is #06623E. Grayscale: #BCBCBC. Windows color (decimal): -418367 or 12688889. OLE color: 12688889.
HSL color Cylindrical-coordinate representation of color #F99DC1: hue angle of 336.52º 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 #F99DC1 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 193 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.02 |
| HSL | 336.52º | 0.88% | 0.8% | - |
| HSV(B) | 336.52º | 0.37% | 0.98% | - |
| XYZ | 60.75 | 48.1 | 56.54 | - |
| YUV | 188.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 193 | 0 | 0.37 | 0.22 | 0.02 | 336.52 | 0.88 | 0.8 |
| Hex | F9 | 9D | C1 | 0 | 25 | 16 | 2 | 151 | 58 | 50 |
| Octal | 371 | 235 | 301 | 0 | 45 | 26 | 2 | 521 | 130 | 120 |
| Binary | 11111001 | 10011101 | 11000001 | 0 | 100101 | 10110 | 10 | 101010001 | 1011000 | 1010000 |
Color Harmonies of #F99DC1
Complementary color
Monochromatic Colors of #F99DC1
Black with #F99DC1
Text Example
Text Example
White with #F99DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DC1; }
p { color: rgb(249,157,193); }
H1.HeaderClassName
{
color: #F99DC1;
}
.AnyTagClassName
{
color: #F99DC1;
}
</style>
background-color css
<style>
a { background-color: #F99DC1; }
a { background-color: rgb(249,157,193); }
div.DivClassName
{
background-color: #F99DC1;
}
.BgClassName
{
background-color: #F99DC1;
}
</style>
border-color css
<style>
span { border-color: #F99DC1; }
span { border-color: rgb(249,157,193); }
td.TdClassName
{
border-color: #F99DC1;
}
.TagClassName
{
border-color: #F99DC1;
}
</style>