Shades of Carnation Pink #F3A0CA
Tints of Carnation Pink #F3A0CA
RGB
CMYK
RGB Variations
Color information
#F3A0CA (or 0xF3A0CA) is known color: Carnation Pink. HEX triplet: F3, A0 and CA. RGB value is (243,160,202). Sum of RGB (Red+Green+Blue) = 243+160+202=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A0CA is #0C5F35. Grayscale: #BDBDBD. Windows color (decimal): -810806 or 13279475. OLE color: 13279475.
HSL color Cylindrical-coordinate representation of color #F3A0CA: hue angle of 329.64º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3A0CA is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 202 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.05 |
| HSL | 329.64º | 0.78% | 0.79% | - |
| HSV(B) | 329.64º | 0.34% | 0.95% | - |
| XYZ | 60.19 | 48.46 | 62.06 | - |
| YUV | 189.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 202 | 0 | 0.34 | 0.17 | 0.05 | 329.64 | 0.78 | 0.79 |
| Hex | F3 | A0 | CA | 0 | 22 | 11 | 5 | 14A | 4E | 4F |
| Octal | 363 | 240 | 312 | 0 | 42 | 21 | 5 | 512 | 116 | 117 |
| Binary | 11110011 | 10100000 | 11001010 | 0 | 100010 | 10001 | 101 | 101001010 | 1001110 | 1001111 |
Color Harmonies of #F3A0CA
Complementary color
Monochromatic Colors of #F3A0CA
Black with #F3A0CA
Text Example
Text Example
White with #F3A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0CA; }
p { color: rgb(243,160,202); }
H1.HeaderClassName
{
color: #F3A0CA;
}
.AnyTagClassName
{
color: #F3A0CA;
}
</style>
background-color css
<style>
a { background-color: #F3A0CA; }
a { background-color: rgb(243,160,202); }
div.DivClassName
{
background-color: #F3A0CA;
}
.BgClassName
{
background-color: #F3A0CA;
}
</style>
border-color css
<style>
span { border-color: #F3A0CA; }
span { border-color: rgb(243,160,202); }
td.TdClassName
{
border-color: #F3A0CA;
}
.TagClassName
{
border-color: #F3A0CA;
}
</style>