Shades of Carnation Pink #F3A3C9
Tints of Carnation Pink #F3A3C9
RGB
CMYK
RGB Variations
Color information
#F3A3C9 (or 0xF3A3C9) is known color: Carnation Pink. HEX triplet: F3, A3 and C9. RGB value is (243,163,201). Sum of RGB (Red+Green+Blue) = 243+163+201=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A3C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A3C9 is #0C5C36. Grayscale: #BFBFBF. Windows color (decimal): -810039 or 13214707. OLE color: 13214707.
HSL color Cylindrical-coordinate representation of color #F3A3C9: hue angle of 331.5º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A3C9 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 201 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.05 |
| HSL | 331.5º | 0.77% | 0.8% | - |
| HSV(B) | 331.5º | 0.33% | 0.95% | - |
| XYZ | 60.6 | 49.47 | 61.61 | - |
| YUV | 191.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 201 | 0 | 0.33 | 0.17 | 0.05 | 331.5 | 0.77 | 0.8 |
| Hex | F3 | A3 | C9 | 0 | 21 | 11 | 5 | 14C | 4D | 50 |
| Octal | 363 | 243 | 311 | 0 | 41 | 21 | 5 | 514 | 115 | 120 |
| Binary | 11110011 | 10100011 | 11001001 | 0 | 100001 | 10001 | 101 | 101001100 | 1001101 | 1010000 |
Color Harmonies of #F3A3C9
Complementary color
Monochromatic Colors of #F3A3C9
Black with #F3A3C9
Text Example
Text Example
White with #F3A3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A3C9; }
p { color: rgb(243,163,201); }
H1.HeaderClassName
{
color: #F3A3C9;
}
.AnyTagClassName
{
color: #F3A3C9;
}
</style>
background-color css
<style>
a { background-color: #F3A3C9; }
a { background-color: rgb(243,163,201); }
div.DivClassName
{
background-color: #F3A3C9;
}
.BgClassName
{
background-color: #F3A3C9;
}
</style>
border-color css
<style>
span { border-color: #F3A3C9; }
span { border-color: rgb(243,163,201); }
td.TdClassName
{
border-color: #F3A3C9;
}
.TagClassName
{
border-color: #F3A3C9;
}
</style>