#F0988C

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

Shades of Sweet Pink #F0988C

Tints of Sweet Pink #F0988C

Color information

#F0988C (or 0xF0988C) is unknown color: approx Sweet Pink. HEX triplet: F0, 98 and 8C. RGB value is (240,152,140). Sum of RGB (Red+Green+Blue) = 240+152+140=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0988C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0988C is #0F6773. Grayscale: #B1B1B1. Windows color (decimal): -1009524 or 9214192. OLE color: 9214192.

HSL color Cylindrical-coordinate representation of color #F0988C: hue angle of 7.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0988C is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240152140-
CMYK00.370.420.06
HSL7.2º76.92%74.51%-
HSV(B)7.2º41.67%94.12%-
XYZ51.942.8830.35-
YUV176.94107.15172.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.11%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 140 (55.08% from 255) = 26.32%
R=45.11%
G=28.57%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015214000.370.420.067.276.9274.51
HexF0988C0252A674d4b
Octal3602302140455267115113
Binary111100001001100010001100010010110101011011110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0988C; }

 p { color: rgb(240,152,140); }

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

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

 a { background-color: rgb(240,152,140); }

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

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

 span { border-color: rgb(240,152,140); }

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