#F08E81

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

Shades of Sweet Pink #F08E81

Tints of Sweet Pink #F08E81

Color information

#F08E81 (or 0xF08E81) is unknown color: approx Sweet Pink. HEX triplet: F0, 8E and 81. RGB value is (240,142,129). Sum of RGB (Red+Green+Blue) = 240+142+129=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08E81 is #0F717E. Grayscale: #A9A9A9. Windows color (decimal): -1012095 or 8490736. OLE color: 8490736.

HSL color Cylindrical-coordinate representation of color #F08E81: hue angle of 7.03º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08E81 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB240142129-
CMYK00.410.460.06
HSL7.03º78.72%72.35%-
HSV(B)7.03º46.25%94.12%-
XYZ49.5739.4625.77-
YUV169.82104.97178.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=46.97%
G=27.79%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014212900.410.460.067.0378.7272.35
HexF08E810292E674f48
Octal3602162010515667117110
Binary111100001000111010000001010100110111011011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08E81; }

 p { color: rgb(240,142,129); }

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

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

 a { background-color: rgb(240,142,129); }

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

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

 span { border-color: rgb(240,142,129); }

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