Shades of Carnation Pink #F79BC2
Tints of Carnation Pink #F79BC2
RGB
CMYK
RGB Variations
Color information
#F79BC2 (or 0xF79BC2) is known color: Carnation Pink. HEX triplet: F7, 9B and C2. RGB value is (247,155,194). Sum of RGB (Red+Green+Blue) = 247+155+194=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F79BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79BC2 is #08643D. Grayscale: #BABABA. Windows color (decimal): -549950 or 12753911. OLE color: 12753911.
HSL color Cylindrical-coordinate representation of color #F79BC2: hue angle of 334.57º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F79BC2 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 155 | 194 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.03 |
| HSL | 334.57º | 0.85% | 0.79% | - |
| HSV(B) | 334.57º | 0.37% | 0.97% | - |
| XYZ | 59.82 | 47.11 | 56.98 | - |
| YUV | 186.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 155 | 194 | 0 | 0.37 | 0.21 | 0.03 | 334.57 | 0.85 | 0.79 |
| Hex | F7 | 9B | C2 | 0 | 25 | 15 | 3 | 14F | 55 | 4F |
| Octal | 367 | 233 | 302 | 0 | 45 | 25 | 3 | 517 | 125 | 117 |
| Binary | 11110111 | 10011011 | 11000010 | 0 | 100101 | 10101 | 11 | 101001111 | 1010101 | 1001111 |
Color Harmonies of #F79BC2
Complementary color
Monochromatic Colors of #F79BC2
Black with #F79BC2
Text Example
Text Example
White with #F79BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79BC2; }
p { color: rgb(247,155,194); }
H1.HeaderClassName
{
color: #F79BC2;
}
.AnyTagClassName
{
color: #F79BC2;
}
</style>
background-color css
<style>
a { background-color: #F79BC2; }
a { background-color: rgb(247,155,194); }
div.DivClassName
{
background-color: #F79BC2;
}
.BgClassName
{
background-color: #F79BC2;
}
</style>
border-color css
<style>
span { border-color: #F79BC2; }
span { border-color: rgb(247,155,194); }
td.TdClassName
{
border-color: #F79BC2;
}
.TagClassName
{
border-color: #F79BC2;
}
</style>