#F8938C

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

Shades of Sweet Pink #F8938C

Tints of Sweet Pink #F8938C

Color information

#F8938C (or 0xF8938C) is unknown color: approx Sweet Pink. HEX triplet: F8, 93 and 8C. RGB value is (248,147,140). Sum of RGB (Red+Green+Blue) = 248+147+140=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F8938C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8938C is #076C73. Grayscale: #B0B0B0. Windows color (decimal): -486516 or 9212920. OLE color: 9212920.

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

Color convert

RGB248147140-
CMYK00.410.440.03
HSL3.89º88.52%76.08%-
HSV(B)3.89º43.55%97.25%-
XYZ53.8842.7230.22-
YUV176.4107.46179.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.36%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=46.36%
G=27.48%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814714000.410.440.033.8988.5276.08
HexF8938C0292C34594c
Octal3702232140515434131114
Binary11111000100100111000110001010011011001110010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8938C; }

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

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

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

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

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

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

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

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