Shades of Carnation Pink #F69ACF
Tints of Carnation Pink #F69ACF
RGB
CMYK
RGB Variations
Color information
#F69ACF (or 0xF69ACF) is known color: Carnation Pink. HEX triplet: F6, 9A and CF. RGB value is (246,154,207). Sum of RGB (Red+Green+Blue) = 246+154+207=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ACF is #096530. Grayscale: #BBBBBB. Windows color (decimal): -615729 or 13605622. OLE color: 13605622.
HSL color Cylindrical-coordinate representation of color #F69ACF: hue angle of 325.43º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69ACF is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 207 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.04 |
| HSL | 325.43º | 0.84% | 0.78% | - |
| HSV(B) | 325.43º | 0.37% | 0.96% | - |
| XYZ | 60.82 | 47.21 | 64.94 | - |
| YUV | 187.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 207 | 0 | 0.37 | 0.16 | 0.04 | 325.43 | 0.84 | 0.78 |
| Hex | F6 | 9A | CF | 0 | 25 | 10 | 4 | 145 | 54 | 4E |
| Octal | 366 | 232 | 317 | 0 | 45 | 20 | 4 | 505 | 124 | 116 |
| Binary | 11110110 | 10011010 | 11001111 | 0 | 100101 | 10000 | 100 | 101000101 | 1010100 | 1001110 |
Color Harmonies of #F69ACF
Complementary color
Monochromatic Colors of #F69ACF
Black with #F69ACF
Text Example
Text Example
White with #F69ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69ACF; }
p { color: rgb(246,154,207); }
H1.HeaderClassName
{
color: #F69ACF;
}
.AnyTagClassName
{
color: #F69ACF;
}
</style>
background-color css
<style>
a { background-color: #F69ACF; }
a { background-color: rgb(246,154,207); }
div.DivClassName
{
background-color: #F69ACF;
}
.BgClassName
{
background-color: #F69ACF;
}
</style>
border-color css
<style>
span { border-color: #F69ACF; }
span { border-color: rgb(246,154,207); }
td.TdClassName
{
border-color: #F69ACF;
}
.TagClassName
{
border-color: #F69ACF;
}
</style>