Shades of Carnation Pink #F99DC6
Tints of Carnation Pink #F99DC6
RGB
CMYK
RGB Variations
Color information
#F99DC6 (or 0xF99DC6) is known color: Carnation Pink. HEX triplet: F9, 9D and C6. RGB value is (249,157,198). Sum of RGB (Red+Green+Blue) = 249+157+198=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DC6 is #066239. Grayscale: #BDBDBD. Windows color (decimal): -418362 or 13016569. OLE color: 13016569.
HSL color Cylindrical-coordinate representation of color #F99DC6: hue angle of 333.26º 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 #F99DC6 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 157 | 198 | - |
CMYK | 0 | 0.37 | 0.20 | 0.02 |
HSL | 333.26º | 0.88% | 0.8% | - |
HSV(B) | 333.26º | 0.37% | 0.98% | - |
XYZ | 61.32 | 48.33 | 59.52 | - |
YUV | 189.18 | 132.98 | 170.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 157 | 198 | 0 | 0.37 | 0.20 | 0.02 | 333.26 | 0.88 | 0.8 |
Hex | F9 | 9D | C6 | 0 | 25 | 14 | 2 | 14D | 58 | 50 |
Octal | 371 | 235 | 306 | 0 | 45 | 24 | 2 | 515 | 130 | 120 |
Binary | 11111001 | 10011101 | 11000110 | 0 | 100101 | 10100 | 10 | 101001101 | 1011000 | 1010000 |
Color Harmonies of #F99DC6
Complementary color
Monochromatic Colors of #F99DC6
Black with #F99DC6
Text Example
Text Example
White with #F99DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DC6; }
p { color: rgb(249,157,198); }
H1.HeaderClassName
{
color: #F99DC6;
}
.AnyTagClassName
{
color: #F99DC6;
}
</style>
background-color css
<style>
a { background-color: #F99DC6; }
a { background-color: rgb(249,157,198); }
div.DivClassName
{
background-color: #F99DC6;
}
.BgClassName
{
background-color: #F99DC6;
}
</style>
border-color css
<style>
span { border-color: #F99DC6; }
span { border-color: rgb(249,157,198); }
td.TdClassName
{
border-color: #F99DC6;
}
.TagClassName
{
border-color: #F99DC6;
}
</style>