Shades of Carnation Pink #F69EC7
Tints of Carnation Pink #F69EC7
RGB
CMYK
RGB Variations
Color information
#F69EC7 (or 0xF69EC7) is known color: Carnation Pink. HEX triplet: F6, 9E and C7. RGB value is (246,158,199). Sum of RGB (Red+Green+Blue) = 246+158+199=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69EC7 is #096138. Grayscale: #BCBCBC. Windows color (decimal): -614713 or 13082358. OLE color: 13082358.
HSL color Cylindrical-coordinate representation of color #F69EC7: hue angle of 332.05º 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 #F69EC7 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 158 | 199 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.04 |
| HSL | 332.05º | 0.83% | 0.79% | - |
| HSV(B) | 332.05º | 0.36% | 0.96% | - |
| XYZ | 60.54 | 48.17 | 60.14 | - |
| YUV | 188.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 199 | 0 | 0.36 | 0.19 | 0.04 | 332.05 | 0.83 | 0.79 |
| Hex | F6 | 9E | C7 | 0 | 24 | 13 | 4 | 14C | 53 | 4F |
| Octal | 366 | 236 | 307 | 0 | 44 | 23 | 4 | 514 | 123 | 117 |
| Binary | 11110110 | 10011110 | 11000111 | 0 | 100100 | 10011 | 100 | 101001100 | 1010011 | 1001111 |
Color Harmonies of #F69EC7
Complementary color
Monochromatic Colors of #F69EC7
Black with #F69EC7
Text Example
Text Example
White with #F69EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69EC7; }
p { color: rgb(246,158,199); }
H1.HeaderClassName
{
color: #F69EC7;
}
.AnyTagClassName
{
color: #F69EC7;
}
</style>
background-color css
<style>
a { background-color: #F69EC7; }
a { background-color: rgb(246,158,199); }
div.DivClassName
{
background-color: #F69EC7;
}
.BgClassName
{
background-color: #F69EC7;
}
</style>
border-color css
<style>
span { border-color: #F69EC7; }
span { border-color: rgb(246,158,199); }
td.TdClassName
{
border-color: #F69EC7;
}
.TagClassName
{
border-color: #F69EC7;
}
</style>