Shades of Carnation Pink #F2A5C5
Tints of Carnation Pink #F2A5C5
RGB
CMYK
RGB Variations
Color information
#F2A5C5 (or 0xF2A5C5) is known color: Carnation Pink. HEX triplet: F2, A5 and C5. RGB value is (242,165,197). Sum of RGB (Red+Green+Blue) = 242+165+197=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5C5 is #0D5A3A. Grayscale: #BFBFBF. Windows color (decimal): -875067 or 12953074. OLE color: 12953074.
HSL color Cylindrical-coordinate representation of color #F2A5C5: hue angle of 335.06º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2A5C5 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 197 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.05 |
| HSL | 335.06º | 0.75% | 0.8% | - |
| HSV(B) | 335.06º | 0.32% | 0.95% | - |
| XYZ | 60.15 | 49.82 | 59.27 | - |
| YUV | 191.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 197 | 0 | 0.32 | 0.19 | 0.05 | 335.06 | 0.75 | 0.8 |
| Hex | F2 | A5 | C5 | 0 | 20 | 13 | 5 | 14F | 4B | 50 |
| Octal | 362 | 245 | 305 | 0 | 40 | 23 | 5 | 517 | 113 | 120 |
| Binary | 11110010 | 10100101 | 11000101 | 0 | 100000 | 10011 | 101 | 101001111 | 1001011 | 1010000 |
Color Harmonies of #F2A5C5
Complementary color
Monochromatic Colors of #F2A5C5
Black with #F2A5C5
Text Example
Text Example
White with #F2A5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A5C5; }
p { color: rgb(242,165,197); }
H1.HeaderClassName
{
color: #F2A5C5;
}
.AnyTagClassName
{
color: #F2A5C5;
}
</style>
background-color css
<style>
a { background-color: #F2A5C5; }
a { background-color: rgb(242,165,197); }
div.DivClassName
{
background-color: #F2A5C5;
}
.BgClassName
{
background-color: #F2A5C5;
}
</style>
border-color css
<style>
span { border-color: #F2A5C5; }
span { border-color: rgb(242,165,197); }
td.TdClassName
{
border-color: #F2A5C5;
}
.TagClassName
{
border-color: #F2A5C5;
}
</style>