Shades of Carnation Pink #F99BCA
Tints of Carnation Pink #F99BCA
RGB
CMYK
RGB Variations
Color information
#F99BCA (or 0xF99BCA) is known color: Carnation Pink. HEX triplet: F9, 9B and CA. RGB value is (249,155,202). Sum of RGB (Red+Green+Blue) = 249+155+202=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BCA is #066435. Grayscale: #BCBCBC. Windows color (decimal): -418870 or 13278201. OLE color: 13278201.
HSL color Cylindrical-coordinate representation of color #F99BCA: hue angle of 330º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BCA is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 202 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.02 |
| HSL | 330º | 0.89% | 0.79% | - |
| HSV(B) | 330º | 0.38% | 0.98% | - |
| XYZ | 61.45 | 47.85 | 61.87 | - |
| YUV | 188.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 202 | 0 | 0.38 | 0.19 | 0.02 | 330 | 0.89 | 0.79 |
| Hex | F9 | 9B | CA | 0 | 26 | 13 | 2 | 14A | 59 | 4F |
| Octal | 371 | 233 | 312 | 0 | 46 | 23 | 2 | 512 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11001010 | 0 | 100110 | 10011 | 10 | 101001010 | 1011001 | 1001111 |
Color Harmonies of #F99BCA
Complementary color
Monochromatic Colors of #F99BCA
Black with #F99BCA
Text Example
Text Example
White with #F99BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BCA; }
p { color: rgb(249,155,202); }
H1.HeaderClassName
{
color: #F99BCA;
}
.AnyTagClassName
{
color: #F99BCA;
}
</style>
background-color css
<style>
a { background-color: #F99BCA; }
a { background-color: rgb(249,155,202); }
div.DivClassName
{
background-color: #F99BCA;
}
.BgClassName
{
background-color: #F99BCA;
}
</style>
border-color css
<style>
span { border-color: #F99BCA; }
span { border-color: rgb(249,155,202); }
td.TdClassName
{
border-color: #F99BCA;
}
.TagClassName
{
border-color: #F99BCA;
}
</style>