Shades of Sweet Pink #F4978C
Tints of Sweet Pink #F4978C
RGB
CMYK
RGB Variations
Color information
#F4978C (or 0xF4978C) is known color: Sweet Pink. HEX triplet: F4, 97 and 8C. RGB value is (244,151,140). Sum of RGB (Red+Green+Blue) = 244+151+140=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F4978C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4978C is #0B6873. Grayscale: #B1B1B1. Windows color (decimal): -747636 or 9213940. OLE color: 9213940.
HSL color Cylindrical-coordinate representation of color #F4978C: hue angle of 6.35º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4978C is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 151 | 140 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.04 |
| HSL | 6.35º | 0.83% | 0.75% | - |
| HSV(B) | 6.35º | 0.43% | 0.96% | - |
| XYZ | 53.11 | 43.26 | 30.36 | - |
| YUV | 177.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 140 | 0 | 0.38 | 0.43 | 0.04 | 6.35 | 0.83 | 0.75 |
| Hex | F4 | 97 | 8C | 0 | 26 | 2B | 4 | 6 | 53 | 4B |
| Octal | 364 | 227 | 214 | 0 | 46 | 53 | 4 | 6 | 123 | 113 |
| Binary | 11110100 | 10010111 | 10001100 | 0 | 100110 | 101011 | 100 | 110 | 1010011 | 1001011 |
Color Harmonies of #F4978C
Complementary color
Monochromatic Colors of #F4978C
Black with #F4978C
Text Example
Text Example
White with #F4978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4978C; }
p { color: rgb(244,151,140); }
H1.HeaderClassName
{
color: #F4978C;
}
.AnyTagClassName
{
color: #F4978C;
}
</style>
background-color css
<style>
a { background-color: #F4978C; }
a { background-color: rgb(244,151,140); }
div.DivClassName
{
background-color: #F4978C;
}
.BgClassName
{
background-color: #F4978C;
}
</style>
border-color css
<style>
span { border-color: #F4978C; }
span { border-color: rgb(244,151,140); }
td.TdClassName
{
border-color: #F4978C;
}
.TagClassName
{
border-color: #F4978C;
}
</style>