#F18A85

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

Shades of Sweet Pink #F18A85

Tints of Sweet Pink #F18A85

Color information

#F18A85 (or 0xF18A85) is unknown color: approx Sweet Pink. HEX triplet: F1, 8A and 85. RGB value is (241,138,133). Sum of RGB (Red+Green+Blue) = 241+138+133=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A85 is #0E757A. Grayscale: #A8A8A8. Windows color (decimal): -947579 or 8751857. OLE color: 8751857.

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

Color convert

RGB241138133-
CMYK00.430.450.05
HSL2.78º79.41%73.33%-
HSV(B)2.78º44.81%94.51%-
XYZ49.638.5727.02-
YUV168.23108.12179.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=47.07%
G=26.95%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113813300.430.450.052.7879.4173.33
HexF18A8502B2D534f49
Octal3612122050535553117111
Binary11110001100010101000010101010111011011011110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A85; }

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

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

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

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

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

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

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

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