#F08F81

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

Shades of Sweet Pink #F08F81

Tints of Sweet Pink #F08F81

Color information

#F08F81 (or 0xF08F81) is unknown color: approx Sweet Pink. HEX triplet: F0, 8F and 81. RGB value is (240,143,129). Sum of RGB (Red+Green+Blue) = 240+143+129=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F81 is #0F707E. Grayscale: #AAAAAA. Windows color (decimal): -1011839 or 8490992. OLE color: 8490992.

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

Color convert

RGB240143129-
CMYK00.400.460.06
HSL7.57º78.72%72.35%-
HSV(B)7.57º46.25%94.12%-
XYZ49.7239.7625.82-
YUV170.41104.64177.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=46.88%
G=27.93%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014312900.400.460.067.5778.7272.35
HexF08F810282E684f48
Octal36021720105056610117110
Binary1111000010001111100000010101000101110110100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08F81; }

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

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

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

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

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

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

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

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