Shades of Carnation Pink #F2A2CA
Tints of Carnation Pink #F2A2CA
RGB
CMYK
RGB Variations
Color information
#F2A2CA (or 0xF2A2CA) is known color: Carnation Pink. HEX triplet: F2, A2 and CA. RGB value is (242,162,202). Sum of RGB (Red+Green+Blue) = 242+162+202=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A2CA is #0D5D35. Grayscale: #BEBEBE. Windows color (decimal): -875830 or 13279986. OLE color: 13279986.
HSL color Cylindrical-coordinate representation of color #F2A2CA: hue angle of 330º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A2CA is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 202 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.05 |
| HSL | 330º | 0.75% | 0.79% | - |
| HSV(B) | 330º | 0.33% | 0.95% | - |
| XYZ | 60.2 | 48.98 | 62.16 | - |
| YUV | 190.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 202 | 0 | 0.33 | 0.17 | 0.05 | 330 | 0.75 | 0.79 |
| Hex | F2 | A2 | CA | 0 | 21 | 11 | 5 | 14A | 4B | 4F |
| Octal | 362 | 242 | 312 | 0 | 41 | 21 | 5 | 512 | 113 | 117 |
| Binary | 11110010 | 10100010 | 11001010 | 0 | 100001 | 10001 | 101 | 101001010 | 1001011 | 1001111 |
Color Harmonies of #F2A2CA
Complementary color
Monochromatic Colors of #F2A2CA
Black with #F2A2CA
Text Example
Text Example
White with #F2A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A2CA; }
p { color: rgb(242,162,202); }
H1.HeaderClassName
{
color: #F2A2CA;
}
.AnyTagClassName
{
color: #F2A2CA;
}
</style>
background-color css
<style>
a { background-color: #F2A2CA; }
a { background-color: rgb(242,162,202); }
div.DivClassName
{
background-color: #F2A2CA;
}
.BgClassName
{
background-color: #F2A2CA;
}
</style>
border-color css
<style>
span { border-color: #F2A2CA; }
span { border-color: rgb(242,162,202); }
td.TdClassName
{
border-color: #F2A2CA;
}
.TagClassName
{
border-color: #F2A2CA;
}
</style>