#F18E83

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

Shades of Sweet Pink #F18E83

Tints of Sweet Pink #F18E83

Color information

#F18E83 (or 0xF18E83) is unknown color: approx Sweet Pink. HEX triplet: F1, 8E and 83. RGB value is (241,142,131). Sum of RGB (Red+Green+Blue) = 241+142+131=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18E83 is #0E717C. Grayscale: #AAAAAA. Windows color (decimal): -946557 or 8621809. OLE color: 8621809.

HSL color Cylindrical-coordinate representation of color #F18E83: hue angle of 6º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F18E83 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241142131-
CMYK00.410.460.05
HSL79.71%72.94%-
HSV(B)45.64%94.51%-
XYZ50.0539.6926.5-
YUV170.35105.8178.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=46.89%
G=27.63%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114213100.410.460.05679.7172.94
HexF18E830292E565049
Octal3612162030515656120111
Binary111100011000111010000011010100110111010111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18E83; }

 p { color: rgb(241,142,131); }

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

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

 a { background-color: rgb(241,142,131); }

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

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

 span { border-color: rgb(241,142,131); }

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