#F2918E

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

Shades of Sweet Pink #F2918E

Tints of Sweet Pink #F2918E

Color information

#F2918E (or 0xF2918E) is unknown color: approx Sweet Pink. HEX triplet: F2, 91 and 8E. RGB value is (242,145,142). Sum of RGB (Red+Green+Blue) = 242+145+142=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2918E is #0D6E71. Grayscale: #ADADAD. Windows color (decimal): -880242 or 9343474. OLE color: 9343474.

HSL color Cylindrical-coordinate representation of color #F2918E: hue angle of 1.8º 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 #F2918E is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242145142-
CMYK00.400.410.05
HSL1.8º79.37%75.29%-
HSV(B)1.8º41.32%94.9%-
XYZ51.6341.0830.8-
YUV173.66110.14176.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.75%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=45.75%
G=27.41%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214514200.400.410.051.879.3775.29
HexF2918E02829524f4b
Octal3622212160505152117113
Binary11110010100100011000111001010001010011011010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2918E; }

 p { color: rgb(242,145,142); }

 H1.HeaderClassName
 {
   color: #F2918E;
 }
 .AnyTagClassName
 {
   color: #F2918E;
 }
</style>
background-color css

<style>
 a { background-color: #F2918E; }

 a { background-color: rgb(242,145,142); }

 div.DivClassName
 {
   background-color: #F2918E;
 }
 .BgClassName
 {
   background-color: #F2918E;
 }
</style>
border-color css

<style>
 span { border-color: #F2918E; }

 span { border-color: rgb(242,145,142); }

 td.TdClassName
 {
   border-color: #F2918E;
 }
 .TagClassName
 {
   border-color: #F2918E;
 }
</style>