#F18C88

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

Shades of Sweet Pink #F18C88

Tints of Sweet Pink #F18C88

Color information

#F18C88 (or 0xF18C88) is unknown color: approx Sweet Pink. HEX triplet: F1, 8C and 88. RGB value is (241,140,136). Sum of RGB (Red+Green+Blue) = 241+140+136=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C88 is #0E7377. Grayscale: #A9A9A9. Windows color (decimal): -947064 or 8948977. OLE color: 8948977.

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

Color convert

RGB241140136-
CMYK00.420.440.05
HSL2.29º78.95%73.92%-
HSV(B)2.29º43.57%94.51%-
XYZ50.139.2328.23-
YUV169.74108.96178.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=46.62%
G=27.08%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114013600.420.440.052.2978.9573.92
HexF18C8802A2C524f4a
Octal3612142100525452117112
Binary11110001100011001000100001010101011001011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C88; }

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

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

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

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

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

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

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

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