#F18A87

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

Shades of Sweet Pink #F18A87

Tints of Sweet Pink #F18A87

Color information

#F18A87 (or 0xF18A87) is unknown color: approx Sweet Pink. HEX triplet: F1, 8A and 87. RGB value is (241,138,135). Sum of RGB (Red+Green+Blue) = 241+138+135=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A87 is #0E7578. Grayscale: #A8A8A8. Windows color (decimal): -947577 or 8882929. OLE color: 8882929.

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

Color convert

RGB241138135-
CMYK00.430.440.05
HSL1.7º79.1%73.73%-
HSV(B)1.7º43.98%94.51%-
XYZ49.7438.6327.76-
YUV168.46109.12179.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 135 (53.12% from 255) = 26.26%
R=46.89%
G=26.85%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113813500.430.440.051.779.173.73
HexF18A8702B2C524f4a
Octal3612122070535452117112
Binary11110001100010101000011101010111011001011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A87; }

 p { color: rgb(241,138,135); }

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

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

 a { background-color: rgb(241,138,135); }

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

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

 span { border-color: rgb(241,138,135); }

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