#F18F81

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

Shades of Sweet Pink #F18F81

Tints of Sweet Pink #F18F81

Color information

#F18F81 (or 0xF18F81) is unknown color: approx Sweet Pink. HEX triplet: F1, 8F and 81. RGB value is (241,143,129). Sum of RGB (Red+Green+Blue) = 241+143+129=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F81 is #0E707E. Grayscale: #AAAAAA. Windows color (decimal): -946303 or 8490993. OLE color: 8490993.

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

Color convert

RGB241143129-
CMYK00.410.460.05
HSL7.5º80%72.55%-
HSV(B)7.5º46.47%94.51%-
XYZ50.0639.9325.84-
YUV170.71104.47178.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 129 (50.78% from 255) = 25.15%
R=46.98%
G=27.88%
B=25.15%

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
Decimal24114312900.410.460.057.58072.55
HexF18F810292E585049
Octal36121720105156510120111
Binary1111000110001111100000010101001101110101100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18F81; }

 p { color: rgb(241,143,129); }

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

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

 a { background-color: rgb(241,143,129); }

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

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

 span { border-color: rgb(241,143,129); }

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