#F8938E

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

Shades of Sweet Pink #F8938E

Tints of Sweet Pink #F8938E

Color information

#F8938E (or 0xF8938E) is unknown color: approx Sweet Pink. HEX triplet: F8, 93 and 8E. RGB value is (248,147,142). Sum of RGB (Red+Green+Blue) = 248+147+142=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8938E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8938E is #076C71. Grayscale: #B0B0B0. Windows color (decimal): -486514 or 9343992. OLE color: 9343992.

HSL color Cylindrical-coordinate representation of color #F8938E: hue angle of 2.83º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8938E is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248147142-
CMYK00.410.430.03
HSL2.83º88.33%76.47%-
HSV(B)2.83º42.74%97.25%-
XYZ54.0342.7831-
YUV176.63108.46178.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.18%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 142 (55.86% from 255) = 26.44%
R=46.18%
G=27.37%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814714200.410.430.032.8388.3376.47
HexF8938E0292B33584c
Octal3702232160515333130114
Binary1111100010010011100011100101001101011111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8938E; }

 p { color: rgb(248,147,142); }

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

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

 a { background-color: rgb(248,147,142); }

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

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

 span { border-color: rgb(248,147,142); }

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