Shades of Carnation Pink #F69CC2
Tints of Carnation Pink #F69CC2
RGB
CMYK
RGB Variations
Color information
#F69CC2 (or 0xF69CC2) is known color: Carnation Pink. HEX triplet: F6, 9C and C2. RGB value is (246,156,194). Sum of RGB (Red+Green+Blue) = 246+156+194=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CC2 is #09633D. Grayscale: #BBBBBB. Windows color (decimal): -615230 or 12754166. OLE color: 12754166.
HSL color Cylindrical-coordinate representation of color #F69CC2: hue angle of 334.67º 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 #F69CC2 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 194 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.04 |
| HSL | 334.67º | 0.83% | 0.79% | - |
| HSV(B) | 334.67º | 0.37% | 0.96% | - |
| XYZ | 59.63 | 47.26 | 57.02 | - |
| YUV | 187.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 194 | 0 | 0.37 | 0.21 | 0.04 | 334.67 | 0.83 | 0.79 |
| Hex | F6 | 9C | C2 | 0 | 25 | 15 | 4 | 14F | 53 | 4F |
| Octal | 366 | 234 | 302 | 0 | 45 | 25 | 4 | 517 | 123 | 117 |
| Binary | 11110110 | 10011100 | 11000010 | 0 | 100101 | 10101 | 100 | 101001111 | 1010011 | 1001111 |
Color Harmonies of #F69CC2
Complementary color
Monochromatic Colors of #F69CC2
Black with #F69CC2
Text Example
Text Example
White with #F69CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CC2; }
p { color: rgb(246,156,194); }
H1.HeaderClassName
{
color: #F69CC2;
}
.AnyTagClassName
{
color: #F69CC2;
}
</style>
background-color css
<style>
a { background-color: #F69CC2; }
a { background-color: rgb(246,156,194); }
div.DivClassName
{
background-color: #F69CC2;
}
.BgClassName
{
background-color: #F69CC2;
}
</style>
border-color css
<style>
span { border-color: #F69CC2; }
span { border-color: rgb(246,156,194); }
td.TdClassName
{
border-color: #F69CC2;
}
.TagClassName
{
border-color: #F69CC2;
}
</style>