Shades of Carnation Pink #F69BC6
Tints of Carnation Pink #F69BC6
RGB
CMYK
RGB Variations
Color information
#F69BC6 (or 0xF69BC6) is known color: Carnation Pink. HEX triplet: F6, 9B and C6. RGB value is (246,155,198). Sum of RGB (Red+Green+Blue) = 246+155+198=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BC6 is #096439. Grayscale: #BBBBBB. Windows color (decimal): -615482 or 13016054. OLE color: 13016054.
HSL color Cylindrical-coordinate representation of color #F69BC6: hue angle of 331.65º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69BC6 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 198 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.04 |
| HSL | 331.65º | 0.83% | 0.79% | - |
| HSV(B) | 331.65º | 0.37% | 0.96% | - |
| XYZ | 59.92 | 47.11 | 59.36 | - |
| YUV | 187.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 198 | 0 | 0.37 | 0.20 | 0.04 | 331.65 | 0.83 | 0.79 |
| Hex | F6 | 9B | C6 | 0 | 25 | 14 | 4 | 14C | 53 | 4F |
| Octal | 366 | 233 | 306 | 0 | 45 | 24 | 4 | 514 | 123 | 117 |
| Binary | 11110110 | 10011011 | 11000110 | 0 | 100101 | 10100 | 100 | 101001100 | 1010011 | 1001111 |
Color Harmonies of #F69BC6
Complementary color
Monochromatic Colors of #F69BC6
Black with #F69BC6
Text Example
Text Example
White with #F69BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BC6; }
p { color: rgb(246,155,198); }
H1.HeaderClassName
{
color: #F69BC6;
}
.AnyTagClassName
{
color: #F69BC6;
}
</style>
background-color css
<style>
a { background-color: #F69BC6; }
a { background-color: rgb(246,155,198); }
div.DivClassName
{
background-color: #F69BC6;
}
.BgClassName
{
background-color: #F69BC6;
}
</style>
border-color css
<style>
span { border-color: #F69BC6; }
span { border-color: rgb(246,155,198); }
td.TdClassName
{
border-color: #F69BC6;
}
.TagClassName
{
border-color: #F69BC6;
}
</style>