#F18988

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

Shades of Sweet Pink #F18988

Tints of Sweet Pink #F18988

Color information

#F18988 (or 0xF18988) is unknown color: approx Sweet Pink. HEX triplet: F1, 89 and 88. RGB value is (241,137,136). Sum of RGB (Red+Green+Blue) = 241+137+136=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F18988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18988 is #0E7677. Grayscale: #A8A8A8. Windows color (decimal): -947832 or 8948209. OLE color: 8948209.

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

Color convert

RGB241137136-
CMYK00.430.440.05
HSL0.57º78.95%73.92%-
HSV(B)0.57º43.57%94.51%-
XYZ49.6738.3728.08-
YUV167.98109.96180.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 137 (53.91% from 255) = 26.65%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=46.89%
G=26.65%
B=26.46%

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
Decimal24113713600.430.440.050.5778.9573.92
HexF1898802B2C514f4a
Octal3612112100535451117112
Binary1111000110001001100010000101011101100101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18988; }

 p { color: rgb(241,137,136); }

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

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

 a { background-color: rgb(241,137,136); }

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

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

 span { border-color: rgb(241,137,136); }

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