Shades of Carnation Pink #F79CCB
Tints of Carnation Pink #F79CCB
RGB
CMYK
RGB Variations
Color information
#F79CCB (or 0xF79CCB) is known color: Carnation Pink. HEX triplet: F7, 9C and CB. RGB value is (247,156,203). Sum of RGB (Red+Green+Blue) = 247+156+203=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F79CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79CCB is #086334. Grayscale: #BCBCBC. Windows color (decimal): -549685 or 13343991. OLE color: 13343991.
HSL color Cylindrical-coordinate representation of color #F79CCB: hue angle of 329.01º 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 #F79CCB is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 156 | 203 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.03 |
| HSL | 329.01º | 0.85% | 0.79% | - |
| HSV(B) | 329.01º | 0.37% | 0.97% | - |
| XYZ | 61.03 | 47.86 | 62.52 | - |
| YUV | 188.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 156 | 203 | 0 | 0.37 | 0.18 | 0.03 | 329.01 | 0.85 | 0.79 |
| Hex | F7 | 9C | CB | 0 | 25 | 12 | 3 | 149 | 55 | 4F |
| Octal | 367 | 234 | 313 | 0 | 45 | 22 | 3 | 511 | 125 | 117 |
| Binary | 11110111 | 10011100 | 11001011 | 0 | 100101 | 10010 | 11 | 101001001 | 1010101 | 1001111 |
Color Harmonies of #F79CCB
Complementary color
Monochromatic Colors of #F79CCB
Black with #F79CCB
Text Example
Text Example
White with #F79CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79CCB; }
p { color: rgb(247,156,203); }
H1.HeaderClassName
{
color: #F79CCB;
}
.AnyTagClassName
{
color: #F79CCB;
}
</style>
background-color css
<style>
a { background-color: #F79CCB; }
a { background-color: rgb(247,156,203); }
div.DivClassName
{
background-color: #F79CCB;
}
.BgClassName
{
background-color: #F79CCB;
}
</style>
border-color css
<style>
span { border-color: #F79CCB; }
span { border-color: rgb(247,156,203); }
td.TdClassName
{
border-color: #F79CCB;
}
.TagClassName
{
border-color: #F79CCB;
}
</style>