#F18E85

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

Shades of Sweet Pink #F18E85

Tints of Sweet Pink #F18E85

Color information

#F18E85 (or 0xF18E85) is unknown color: approx Sweet Pink. HEX triplet: F1, 8E and 85. RGB value is (241,142,133). Sum of RGB (Red+Green+Blue) = 241+142+133=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18E85 is #0E717A. Grayscale: #AAAAAA. Windows color (decimal): -946555 or 8752881. OLE color: 8752881.

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

Color convert

RGB241142133-
CMYK00.410.450.05
HSL79.41%73.33%-
HSV(B)44.81%94.51%-
XYZ50.1839.7427.22-
YUV170.58106.8178.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=46.71%
G=27.52%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114213300.410.450.05579.4173.33
HexF18E850292D554f49
Octal3612162050515555117111
Binary111100011000111010000101010100110110110110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18E85; }

 p { color: rgb(241,142,133); }

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

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

 a { background-color: rgb(241,142,133); }

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

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

 span { border-color: rgb(241,142,133); }

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