Shades of Sweet Pink #F2978A
Tints of Sweet Pink #F2978A
RGB
CMYK
RGB Variations
Color information
#F2978A (or 0xF2978A) is known color: Sweet Pink. HEX triplet: F2, 97 and 8A. RGB value is (242,151,138). Sum of RGB (Red+Green+Blue) = 242+151+138=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2978A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2978A is #0D6875. Grayscale: #B0B0B0. Windows color (decimal): -878710 or 9082866. OLE color: 9082866.
HSL color Cylindrical-coordinate representation of color #F2978A: hue angle of 7.5º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2978A is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 138 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.05 |
| HSL | 7.5º | 0.8% | 0.75% | - |
| HSV(B) | 7.5º | 0.43% | 0.95% | - |
| XYZ | 52.27 | 42.85 | 29.56 | - |
| YUV | 176.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 138 | 0 | 0.38 | 0.43 | 0.05 | 7.5 | 0.8 | 0.75 |
| Hex | F2 | 97 | 8A | 0 | 26 | 2B | 5 | 8 | 50 | 4B |
| Octal | 362 | 227 | 212 | 0 | 46 | 53 | 5 | 10 | 120 | 113 |
| Binary | 11110010 | 10010111 | 10001010 | 0 | 100110 | 101011 | 101 | 1000 | 1010000 | 1001011 |
Color Harmonies of #F2978A
Complementary color
Monochromatic Colors of #F2978A
Black with #F2978A
Text Example
Text Example
White with #F2978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2978A; }
p { color: rgb(242,151,138); }
H1.HeaderClassName
{
color: #F2978A;
}
.AnyTagClassName
{
color: #F2978A;
}
</style>
background-color css
<style>
a { background-color: #F2978A; }
a { background-color: rgb(242,151,138); }
div.DivClassName
{
background-color: #F2978A;
}
.BgClassName
{
background-color: #F2978A;
}
</style>
border-color css
<style>
span { border-color: #F2978A; }
span { border-color: rgb(242,151,138); }
td.TdClassName
{
border-color: #F2978A;
}
.TagClassName
{
border-color: #F2978A;
}
</style>