#f88c8a

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

Shades of Sweet Pink #F88C8A

Tints of Sweet Pink #F88C8A

Color information

#F88C8A (or 0xF88C8A) is unknown color: approx Sweet Pink. HEX triplet: F8, 8C and 8A. RGB value is (248,140,138). Sum of RGB (Red+Green+Blue) = 248+140+138=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88C8A is #077375. Grayscale: #ACACAC. Windows color (decimal): -488310 or 9080056. OLE color: 9080056.

HSL color Cylindrical-coordinate representation of color #F88C8A: hue angle of 1.09º 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 #F88C8A is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB248140138-
CMYK00.440.440.03
HSL1.09º88.71%75.69%-
HSV(B)1.09º44.35%97.25%-
XYZ52.6840.5529.09-
YUV172.06108.78182.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.15%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=47.15%
G=26.62%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814013800.440.440.031.0988.7175.69
HexF88C8A02C2C31594c
Octal3702142120545431131114
Binary111110001000110010001010010110010110011110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f88c8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f88c8a; }

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

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

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

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

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

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

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

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