Shades of Carnation Pink #F699CF
Tints of Carnation Pink #F699CF
RGB
CMYK
RGB Variations
Color information
#F699CF (or 0xF699CF) is known color: Carnation Pink. HEX triplet: F6, 99 and CF. RGB value is (246,153,207). Sum of RGB (Red+Green+Blue) = 246+153+207=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F699CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F699CF is #096630. Grayscale: #BABABA. Windows color (decimal): -615985 or 13605366. OLE color: 13605366.
HSL color Cylindrical-coordinate representation of color #F699CF: hue angle of 325.16º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F699CF is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 207 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.04 |
| HSL | 325.16º | 0.84% | 0.78% | - |
| HSV(B) | 325.16º | 0.38% | 0.96% | - |
| XYZ | 60.66 | 46.88 | 64.88 | - |
| YUV | 186.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 207 | 0 | 0.38 | 0.16 | 0.04 | 325.16 | 0.84 | 0.78 |
| Hex | F6 | 99 | CF | 0 | 26 | 10 | 4 | 145 | 54 | 4E |
| Octal | 366 | 231 | 317 | 0 | 46 | 20 | 4 | 505 | 124 | 116 |
| Binary | 11110110 | 10011001 | 11001111 | 0 | 100110 | 10000 | 100 | 101000101 | 1010100 | 1001110 |
Color Harmonies of #F699CF
Complementary color
Monochromatic Colors of #F699CF
Black with #F699CF
Text Example
Text Example
White with #F699CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699CF; }
p { color: rgb(246,153,207); }
H1.HeaderClassName
{
color: #F699CF;
}
.AnyTagClassName
{
color: #F699CF;
}
</style>
background-color css
<style>
a { background-color: #F699CF; }
a { background-color: rgb(246,153,207); }
div.DivClassName
{
background-color: #F699CF;
}
.BgClassName
{
background-color: #F699CF;
}
</style>
border-color css
<style>
span { border-color: #F699CF; }
span { border-color: rgb(246,153,207); }
td.TdClassName
{
border-color: #F699CF;
}
.TagClassName
{
border-color: #F699CF;
}
</style>