#F18D80

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

Shades of Sweet Pink #F18D80

Tints of Sweet Pink #F18D80

Color information

#F18D80 (or 0xF18D80) is unknown color: approx Sweet Pink. HEX triplet: F1, 8D and 80. RGB value is (241,141,128). Sum of RGB (Red+Green+Blue) = 241+141+128=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18D80 is #0E727F. Grayscale: #A9A9A9. Windows color (decimal): -946816 or 8424945. OLE color: 8424945.

HSL color Cylindrical-coordinate representation of color #F18D80: hue angle of 6.9º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F18D80 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB241141128-
CMYK00.410.470.05
HSL6.9º80.14%72.35%-
HSV(B)6.9º46.89%94.51%-
XYZ49.739.3125.39-
YUV169.42104.63179.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.25%
GREEN value IS 141 (55.47% from 255) = 27.65%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=47.25%
G=27.65%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114112800.410.470.056.980.1472.35
HexF18D800292F575048
Octal3612152000515757120110
Binary111100011000110110000000010100110111110111110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18D80; }

 p { color: rgb(241,141,128); }

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

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

 a { background-color: rgb(241,141,128); }

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

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

 span { border-color: rgb(241,141,128); }

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