Shades of Sweet Pink #F78C8C
Tints of Sweet Pink #F78C8C
RGB
CMYK
RGB Variations
Color information
#F78C8C (or 0xF78C8C) is known color: Sweet Pink. HEX triplet: F7, 8C and 8C. RGB value is (247,140,140). Sum of RGB (Red+Green+Blue) = 247+140+140=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78C8C is #087373. Grayscale: #ACACAC. Windows color (decimal): -553844 or 9211127. OLE color: 9211127.
HSL color Cylindrical-coordinate representation of color #F78C8C: hue angle of 0º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78C8C is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 140 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.03 |
| HSL | 0º | 0.87% | 0.76% | - |
| HSV(B) | 0º | 0.43% | 0.97% | - |
| XYZ | 52.47 | 40.42 | 29.85 | - |
| YUV | 171.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 140 | 0 | 0.43 | 0.43 | 0.03 | 0 | 0.87 | 0.76 |
| Hex | F7 | 8C | 8C | 0 | 2B | 2B | 3 | 0 | 57 | 4C |
| Octal | 367 | 214 | 214 | 0 | 53 | 53 | 3 | 0 | 127 | 114 |
| Binary | 11110111 | 10001100 | 10001100 | 0 | 101011 | 101011 | 11 | 0 | 1010111 | 1001100 |
Color Harmonies of #F78C8C
Complementary color
Monochromatic Colors of #F78C8C
Black with #F78C8C
Text Example
Text Example
White with #F78C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C8C; }
p { color: rgb(247,140,140); }
H1.HeaderClassName
{
color: #F78C8C;
}
.AnyTagClassName
{
color: #F78C8C;
}
</style>
background-color css
<style>
a { background-color: #F78C8C; }
a { background-color: rgb(247,140,140); }
div.DivClassName
{
background-color: #F78C8C;
}
.BgClassName
{
background-color: #F78C8C;
}
</style>
border-color css
<style>
span { border-color: #F78C8C; }
span { border-color: rgb(247,140,140); }
td.TdClassName
{
border-color: #F78C8C;
}
.TagClassName
{
border-color: #F78C8C;
}
</style>