#F08B82

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

Shades of Sweet Pink #F08B82

Tints of Sweet Pink #F08B82

Color information

#F08B82 (or 0xF08B82) is unknown color: approx Sweet Pink. HEX triplet: F0, 8B and 82. RGB value is (240,139,130). Sum of RGB (Red+Green+Blue) = 240+139+130=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B82 is #0F747D. Grayscale: #A8A8A8. Windows color (decimal): -1012862 or 8555504. OLE color: 8555504.

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

Color convert

RGB240139130-
CMYK00.420.460.06
HSL4.91º78.57%72.55%-
HSV(B)4.91º45.83%94.12%-
XYZ49.238.625.98-
YUV168.17106.46179.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.15%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 130 (51.17% from 255) = 25.54%
R=47.15%
G=27.31%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013913000.420.460.064.9178.5772.55
HexF08B8202A2E654f49
Octal3602132020525665117111
Binary111100001000101110000010010101010111011010110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08B82; }

 p { color: rgb(240,139,130); }

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

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

 a { background-color: rgb(240,139,130); }

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

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

 span { border-color: rgb(240,139,130); }

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