Shades of Carnation Pink #F99CC1
Tints of Carnation Pink #F99CC1
RGB
CMYK
RGB Variations
Color information
#F99CC1 (or 0xF99CC1) is known color: Carnation Pink. HEX triplet: F9, 9C and C1. RGB value is (249,156,193). Sum of RGB (Red+Green+Blue) = 249+156+193=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CC1 is #06633E. Grayscale: #BBBBBB. Windows color (decimal): -418623 or 12688633. OLE color: 12688633.
HSL color Cylindrical-coordinate representation of color #F99CC1: hue angle of 336.13º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CC1 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 193 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.02 |
| HSL | 336.13º | 0.89% | 0.79% | - |
| HSV(B) | 336.13º | 0.37% | 0.98% | - |
| XYZ | 60.58 | 47.77 | 56.48 | - |
| YUV | 188.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 193 | 0 | 0.37 | 0.22 | 0.02 | 336.13 | 0.89 | 0.79 |
| Hex | F9 | 9C | C1 | 0 | 25 | 16 | 2 | 150 | 59 | 4F |
| Octal | 371 | 234 | 301 | 0 | 45 | 26 | 2 | 520 | 131 | 117 |
| Binary | 11111001 | 10011100 | 11000001 | 0 | 100101 | 10110 | 10 | 101010000 | 1011001 | 1001111 |
Color Harmonies of #F99CC1
Complementary color
Monochromatic Colors of #F99CC1
Black with #F99CC1
Text Example
Text Example
White with #F99CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CC1; }
p { color: rgb(249,156,193); }
H1.HeaderClassName
{
color: #F99CC1;
}
.AnyTagClassName
{
color: #F99CC1;
}
</style>
background-color css
<style>
a { background-color: #F99CC1; }
a { background-color: rgb(249,156,193); }
div.DivClassName
{
background-color: #F99CC1;
}
.BgClassName
{
background-color: #F99CC1;
}
</style>
border-color css
<style>
span { border-color: #F99CC1; }
span { border-color: rgb(249,156,193); }
td.TdClassName
{
border-color: #F99CC1;
}
.TagClassName
{
border-color: #F99CC1;
}
</style>