Shades of Sweet Pink #F2978E
Tints of Sweet Pink #F2978E
RGB
CMYK
RGB Variations
Color information
#F2978E (or 0xF2978E) is known color: Sweet Pink. HEX triplet: F2, 97 and 8E. RGB value is (242,151,142). Sum of RGB (Red+Green+Blue) = 242+151+142=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2978E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2978E is #0D6871. Grayscale: #B1B1B1. Windows color (decimal): -878706 or 9345010. OLE color: 9345010.
HSL color Cylindrical-coordinate representation of color #F2978E: hue angle of 5.4º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2978E is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 142 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.05 |
| HSL | 5.4º | 0.79% | 0.75% | - |
| HSV(B) | 5.4º | 0.41% | 0.95% | - |
| XYZ | 52.57 | 42.96 | 31.11 | - |
| YUV | 177.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 142 | 0 | 0.38 | 0.41 | 0.05 | 5.4 | 0.79 | 0.75 |
| Hex | F2 | 97 | 8E | 0 | 26 | 29 | 5 | 5 | 4F | 4B |
| Octal | 362 | 227 | 216 | 0 | 46 | 51 | 5 | 5 | 117 | 113 |
| Binary | 11110010 | 10010111 | 10001110 | 0 | 100110 | 101001 | 101 | 101 | 1001111 | 1001011 |
Color Harmonies of #F2978E
Complementary color
Monochromatic Colors of #F2978E
Black with #F2978E
Text Example
Text Example
White with #F2978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2978E; }
p { color: rgb(242,151,142); }
H1.HeaderClassName
{
color: #F2978E;
}
.AnyTagClassName
{
color: #F2978E;
}
</style>
background-color css
<style>
a { background-color: #F2978E; }
a { background-color: rgb(242,151,142); }
div.DivClassName
{
background-color: #F2978E;
}
.BgClassName
{
background-color: #F2978E;
}
</style>
border-color css
<style>
span { border-color: #F2978E; }
span { border-color: rgb(242,151,142); }
td.TdClassName
{
border-color: #F2978E;
}
.TagClassName
{
border-color: #F2978E;
}
</style>