Shades of Carnation Pink #F79BCB
Tints of Carnation Pink #F79BCB
RGB
CMYK
RGB Variations
Color information
#F79BCB (or 0xF79BCB) is known color: Carnation Pink. HEX triplet: F7, 9B and CB. RGB value is (247,155,203). Sum of RGB (Red+Green+Blue) = 247+155+203=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F79BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79BCB is #086434. Grayscale: #BBBBBB. Windows color (decimal): -549941 or 13343735. OLE color: 13343735.
HSL color Cylindrical-coordinate representation of color #F79BCB: hue angle of 328.7º 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 #F79BCB is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 155 | 203 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.03 |
| HSL | 328.7º | 0.85% | 0.79% | - |
| HSV(B) | 328.7º | 0.37% | 0.97% | - |
| XYZ | 60.86 | 47.53 | 62.47 | - |
| YUV | 187.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 155 | 203 | 0 | 0.37 | 0.18 | 0.03 | 328.7 | 0.85 | 0.79 |
| Hex | F7 | 9B | CB | 0 | 25 | 12 | 3 | 149 | 55 | 4F |
| Octal | 367 | 233 | 313 | 0 | 45 | 22 | 3 | 511 | 125 | 117 |
| Binary | 11110111 | 10011011 | 11001011 | 0 | 100101 | 10010 | 11 | 101001001 | 1010101 | 1001111 |
Color Harmonies of #F79BCB
Complementary color
Monochromatic Colors of #F79BCB
Black with #F79BCB
Text Example
Text Example
White with #F79BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79BCB; }
p { color: rgb(247,155,203); }
H1.HeaderClassName
{
color: #F79BCB;
}
.AnyTagClassName
{
color: #F79BCB;
}
</style>
background-color css
<style>
a { background-color: #F79BCB; }
a { background-color: rgb(247,155,203); }
div.DivClassName
{
background-color: #F79BCB;
}
.BgClassName
{
background-color: #F79BCB;
}
</style>
border-color css
<style>
span { border-color: #F79BCB; }
span { border-color: rgb(247,155,203); }
td.TdClassName
{
border-color: #F79BCB;
}
.TagClassName
{
border-color: #F79BCB;
}
</style>