Shades of Carnation Pink #F2A3C5
Tints of Carnation Pink #F2A3C5
RGB
CMYK
RGB Variations
Color information
#F2A3C5 (or 0xF2A3C5) is known color: Carnation Pink. HEX triplet: F2, A3 and C5. RGB value is (242,163,197). Sum of RGB (Red+Green+Blue) = 242+163+197=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A3C5 is #0D5C3A. Grayscale: #BEBEBE. Windows color (decimal): -875579 or 12952562. OLE color: 12952562.
HSL color Cylindrical-coordinate representation of color #F2A3C5: hue angle of 334.18º 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 #F2A3C5 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 197 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.05 |
| HSL | 334.18º | 0.75% | 0.79% | - |
| HSV(B) | 334.18º | 0.33% | 0.95% | - |
| XYZ | 59.79 | 49.1 | 59.15 | - |
| YUV | 190.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 197 | 0 | 0.33 | 0.19 | 0.05 | 334.18 | 0.75 | 0.79 |
| Hex | F2 | A3 | C5 | 0 | 21 | 13 | 5 | 14E | 4B | 4F |
| Octal | 362 | 243 | 305 | 0 | 41 | 23 | 5 | 516 | 113 | 117 |
| Binary | 11110010 | 10100011 | 11000101 | 0 | 100001 | 10011 | 101 | 101001110 | 1001011 | 1001111 |
Color Harmonies of #F2A3C5
Complementary color
Monochromatic Colors of #F2A3C5
Black with #F2A3C5
Text Example
Text Example
White with #F2A3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3C5; }
p { color: rgb(242,163,197); }
H1.HeaderClassName
{
color: #F2A3C5;
}
.AnyTagClassName
{
color: #F2A3C5;
}
</style>
background-color css
<style>
a { background-color: #F2A3C5; }
a { background-color: rgb(242,163,197); }
div.DivClassName
{
background-color: #F2A3C5;
}
.BgClassName
{
background-color: #F2A3C5;
}
</style>
border-color css
<style>
span { border-color: #F2A3C5; }
span { border-color: rgb(242,163,197); }
td.TdClassName
{
border-color: #F2A3C5;
}
.TagClassName
{
border-color: #F2A3C5;
}
</style>