Shades of Carnation Pink #F3A2CA
Tints of Carnation Pink #F3A2CA
RGB
CMYK
RGB Variations
Color information
#F3A2CA (or 0xF3A2CA) is known color: Carnation Pink. HEX triplet: F3, A2 and CA. RGB value is (243,162,202). Sum of RGB (Red+Green+Blue) = 243+162+202=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A2CA is #0C5D35. Grayscale: #BEBEBE. Windows color (decimal): -810294 or 13279987. OLE color: 13279987.
HSL color Cylindrical-coordinate representation of color #F3A2CA: hue angle of 330.37º degrees, saturation: 0.77, 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 #F3A2CA is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 202 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.05 |
| HSL | 330.37º | 0.77% | 0.79% | - |
| HSV(B) | 330.37º | 0.33% | 0.95% | - |
| XYZ | 60.54 | 49.16 | 62.17 | - |
| YUV | 190.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 202 | 0 | 0.33 | 0.17 | 0.05 | 330.37 | 0.77 | 0.79 |
| Hex | F3 | A2 | CA | 0 | 21 | 11 | 5 | 14A | 4D | 4F |
| Octal | 363 | 242 | 312 | 0 | 41 | 21 | 5 | 512 | 115 | 117 |
| Binary | 11110011 | 10100010 | 11001010 | 0 | 100001 | 10001 | 101 | 101001010 | 1001101 | 1001111 |
Color Harmonies of #F3A2CA
Complementary color
Monochromatic Colors of #F3A2CA
Black with #F3A2CA
Text Example
Text Example
White with #F3A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A2CA; }
p { color: rgb(243,162,202); }
H1.HeaderClassName
{
color: #F3A2CA;
}
.AnyTagClassName
{
color: #F3A2CA;
}
</style>
background-color css
<style>
a { background-color: #F3A2CA; }
a { background-color: rgb(243,162,202); }
div.DivClassName
{
background-color: #F3A2CA;
}
.BgClassName
{
background-color: #F3A2CA;
}
</style>
border-color css
<style>
span { border-color: #F3A2CA; }
span { border-color: rgb(243,162,202); }
td.TdClassName
{
border-color: #F3A2CA;
}
.TagClassName
{
border-color: #F3A2CA;
}
</style>