#F18C89

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

Shades of Sweet Pink #F18C89

Tints of Sweet Pink #F18C89

Color information

#F18C89 (or 0xF18C89) is unknown color: approx Sweet Pink. HEX triplet: F1, 8C and 89. RGB value is (241,140,137). Sum of RGB (Red+Green+Blue) = 241+140+137=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C89 is #0E7376. Grayscale: #A9A9A9. Windows color (decimal): -947063 or 9014513. OLE color: 9014513.

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

Color convert

RGB241140137-
CMYK00.420.430.05
HSL1.73º78.79%74.12%-
HSV(B)1.73º43.15%94.51%-
XYZ50.1739.2628.6-
YUV169.86109.46178.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 137 (53.91% from 255) = 26.45%
R=46.53%
G=27.03%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114013700.420.430.051.7378.7974.12
HexF18C8902A2B524f4a
Octal3612142110525352117112
Binary11110001100011001000100101010101010111011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C89; }

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

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

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

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

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

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

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

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