#F2978E

Color #F2978E Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F2978E

Tints of Sweet Pink #F2978E

Color information

#F2978E (or 0xF2978E) is unknown color: approx 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

RGB242151142-
CMYK00.380.410.05
HSL5.4º79.37%75.29%-
HSV(B)5.4º41.32%94.9%-
XYZ52.5742.9631.11-
YUV177.18108.15174.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=45.23%
G=28.22%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215114200.380.410.055.479.3775.29
HexF2978E02629554f4b
Octal3622272160465155117113
Binary111100101001011110001110010011010100110110110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>