Shades of Carnation Pink #F69EC3
Tints of Carnation Pink #F69EC3
RGB
CMYK
RGB Variations
Color information
#F69EC3 (or 0xF69EC3) is known color: Carnation Pink. HEX triplet: F6, 9E and C3. RGB value is (246,158,195). Sum of RGB (Red+Green+Blue) = 246+158+195=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69EC3 is #09613C. Grayscale: #BCBCBC. Windows color (decimal): -614717 or 12820214. OLE color: 12820214.
HSL color Cylindrical-coordinate representation of color #F69EC3: hue angle of 334.77º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69EC3 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 158 | 195 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.04 |
| HSL | 334.77º | 0.83% | 0.79% | - |
| HSV(B) | 334.77º | 0.36% | 0.96% | - |
| XYZ | 60.08 | 47.99 | 57.73 | - |
| YUV | 188.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 195 | 0 | 0.36 | 0.21 | 0.04 | 334.77 | 0.83 | 0.79 |
| Hex | F6 | 9E | C3 | 0 | 24 | 15 | 4 | 14F | 53 | 4F |
| Octal | 366 | 236 | 303 | 0 | 44 | 25 | 4 | 517 | 123 | 117 |
| Binary | 11110110 | 10011110 | 11000011 | 0 | 100100 | 10101 | 100 | 101001111 | 1010011 | 1001111 |
Color Harmonies of #F69EC3
Complementary color
Monochromatic Colors of #F69EC3
Black with #F69EC3
Text Example
Text Example
White with #F69EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69EC3; }
p { color: rgb(246,158,195); }
H1.HeaderClassName
{
color: #F69EC3;
}
.AnyTagClassName
{
color: #F69EC3;
}
</style>
background-color css
<style>
a { background-color: #F69EC3; }
a { background-color: rgb(246,158,195); }
div.DivClassName
{
background-color: #F69EC3;
}
.BgClassName
{
background-color: #F69EC3;
}
</style>
border-color css
<style>
span { border-color: #F69EC3; }
span { border-color: rgb(246,158,195); }
td.TdClassName
{
border-color: #F69EC3;
}
.TagClassName
{
border-color: #F69EC3;
}
</style>