Shades of Carnation Pink #F69EC5
Tints of Carnation Pink #F69EC5
RGB
CMYK
RGB Variations
Color information
#F69EC5 (or 0xF69EC5) is known color: Carnation Pink. HEX triplet: F6, 9E and C5. RGB value is (246,158,197). Sum of RGB (Red+Green+Blue) = 246+158+197=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69EC5 is #09613A. Grayscale: #BCBCBC. Windows color (decimal): -614715 or 12951286. OLE color: 12951286.
HSL color Cylindrical-coordinate representation of color #F69EC5: hue angle of 333.41º 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 #F69EC5 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 158 | 197 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.04 |
| HSL | 333.41º | 0.83% | 0.79% | - |
| HSV(B) | 333.41º | 0.36% | 0.96% | - |
| XYZ | 60.31 | 48.08 | 58.92 | - |
| YUV | 188.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 197 | 0 | 0.36 | 0.20 | 0.04 | 333.41 | 0.83 | 0.79 |
| Hex | F6 | 9E | C5 | 0 | 24 | 14 | 4 | 14D | 53 | 4F |
| Octal | 366 | 236 | 305 | 0 | 44 | 24 | 4 | 515 | 123 | 117 |
| Binary | 11110110 | 10011110 | 11000101 | 0 | 100100 | 10100 | 100 | 101001101 | 1010011 | 1001111 |
Color Harmonies of #F69EC5
Complementary color
Monochromatic Colors of #F69EC5
Black with #F69EC5
Text Example
Text Example
White with #F69EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69EC5; }
p { color: rgb(246,158,197); }
H1.HeaderClassName
{
color: #F69EC5;
}
.AnyTagClassName
{
color: #F69EC5;
}
</style>
background-color css
<style>
a { background-color: #F69EC5; }
a { background-color: rgb(246,158,197); }
div.DivClassName
{
background-color: #F69EC5;
}
.BgClassName
{
background-color: #F69EC5;
}
</style>
border-color css
<style>
span { border-color: #F69EC5; }
span { border-color: rgb(246,158,197); }
td.TdClassName
{
border-color: #F69EC5;
}
.TagClassName
{
border-color: #F69EC5;
}
</style>