Shades of Carnation Pink #F2A6C4
Tints of Carnation Pink #F2A6C4
RGB
CMYK
RGB Variations
Color information
#F2A6C4 (or 0xF2A6C4) is known color: Carnation Pink. HEX triplet: F2, A6 and C4. RGB value is (242,166,196). Sum of RGB (Red+Green+Blue) = 242+166+196=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6C4 is #0D593B. Grayscale: #C0C0C0. Windows color (decimal): -874812 or 12887794. OLE color: 12887794.
HSL color Cylindrical-coordinate representation of color #F2A6C4: hue angle of 336.32º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A6C4 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 196 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.05 |
| HSL | 336.32º | 0.75% | 0.8% | - |
| HSV(B) | 336.32º | 0.31% | 0.95% | - |
| XYZ | 60.22 | 50.14 | 58.73 | - |
| YUV | 192.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 196 | 0 | 0.31 | 0.19 | 0.05 | 336.32 | 0.75 | 0.8 |
| Hex | F2 | A6 | C4 | 0 | 1F | 13 | 5 | 150 | 4B | 50 |
| Octal | 362 | 246 | 304 | 0 | 37 | 23 | 5 | 520 | 113 | 120 |
| Binary | 11110010 | 10100110 | 11000100 | 0 | 11111 | 10011 | 101 | 101010000 | 1001011 | 1010000 |
Color Harmonies of #F2A6C4
Complementary color
Monochromatic Colors of #F2A6C4
Black with #F2A6C4
Text Example
Text Example
White with #F2A6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A6C4; }
p { color: rgb(242,166,196); }
H1.HeaderClassName
{
color: #F2A6C4;
}
.AnyTagClassName
{
color: #F2A6C4;
}
</style>
background-color css
<style>
a { background-color: #F2A6C4; }
a { background-color: rgb(242,166,196); }
div.DivClassName
{
background-color: #F2A6C4;
}
.BgClassName
{
background-color: #F2A6C4;
}
</style>
border-color css
<style>
span { border-color: #F2A6C4; }
span { border-color: rgb(242,166,196); }
td.TdClassName
{
border-color: #F2A6C4;
}
.TagClassName
{
border-color: #F2A6C4;
}
</style>