Shades of Carnation Pink #F698CF
Tints of Carnation Pink #F698CF
RGB
CMYK
RGB Variations
Color information
#F698CF (or 0xF698CF) is known color: Carnation Pink. HEX triplet: F6, 98 and CF. RGB value is (246,152,207). Sum of RGB (Red+Green+Blue) = 246+152+207=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F698CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698CF is #096730. Grayscale: #BABABA. Windows color (decimal): -616241 or 13605110. OLE color: 13605110.
HSL color Cylindrical-coordinate representation of color #F698CF: hue angle of 324.89º 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 #F698CF is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 207 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.04 |
| HSL | 324.89º | 0.84% | 0.78% | - |
| HSV(B) | 324.89º | 0.38% | 0.96% | - |
| XYZ | 60.5 | 46.55 | 64.83 | - |
| YUV | 186.38 | 139.64 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 207 | 0 | 0.38 | 0.16 | 0.04 | 324.89 | 0.84 | 0.78 |
| Hex | F6 | 98 | CF | 0 | 26 | 10 | 4 | 145 | 54 | 4E |
| Octal | 366 | 230 | 317 | 0 | 46 | 20 | 4 | 505 | 124 | 116 |
| Binary | 11110110 | 10011000 | 11001111 | 0 | 100110 | 10000 | 100 | 101000101 | 1010100 | 1001110 |
Color Harmonies of #F698CF
Complementary color
Monochromatic Colors of #F698CF
Black with #F698CF
Text Example
Text Example
White with #F698CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698CF; }
p { color: rgb(246,152,207); }
H1.HeaderClassName
{
color: #F698CF;
}
.AnyTagClassName
{
color: #F698CF;
}
</style>
background-color css
<style>
a { background-color: #F698CF; }
a { background-color: rgb(246,152,207); }
div.DivClassName
{
background-color: #F698CF;
}
.BgClassName
{
background-color: #F698CF;
}
</style>
border-color css
<style>
span { border-color: #F698CF; }
span { border-color: rgb(246,152,207); }
td.TdClassName
{
border-color: #F698CF;
}
.TagClassName
{
border-color: #F698CF;
}
</style>