Html Css Color HEX #F08B86 Sweet Pink

📋 copy color: '#F08B86'

red 240 ◦ green 139 ◦ blue 134

#F08B86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Pink #F08B86

Tints of Sweet Pink #F08B86

RGB

 RED value IS 240 (94.14% from 255) = 46.78%

 GREEN value IS 139 (54.69% from 255) = 27.1%

 BLUE value IS 134 (52.73% from 255) = 26.12%

R = 46.78%
G = 27.1%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F08B86 (or 0xF08B86) is known color: Sweet Pink. HEX triplet: F0, 8B and 86. RGB value is (240,139,134). Sum of RGB (Red+Green+Blue) = 240+139+134=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B86 is #0F7479. Grayscale: #A8A8A8. Windows color (decimal): -1012858 or 8817648. OLE color: 8817648.

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

Color convert

RGB 240 139 134 -
CMYK 0 0.42 0.44 0.06
HSL 2.83º 0.78% 0.73% -
HSV(B) 2.83º 0.44% 0.94% -
XYZ 49.47 38.71 27.42 -
YUV 168.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 240 139 134 0 0.42 0.44 0.06 2.83 0.78 0.73
Hex F0 8B 86 0 2A 2C 6 3 4E 49
Octal 360 213 206 0 52 54 6 3 116 111
Binary 11110000 10001011 10000110 0 101010 101100 110 11 1001110 1001001

Color Harmonies of #F08B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B86

Black with #F08B86

Text Example


Text Example

White with #F08B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B86; }

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

 H1.HeaderClassName
 {
   color: #F08B86;
 }
 .AnyTagClassName
 {
   color: #F08B86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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