Html Css Color HEX #F08E86 Sweet Pink

📋 copy color: '#F08E86'

red 240 ◦ green 142 ◦ blue 134

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

Shades of Sweet Pink #F08E86

Tints of Sweet Pink #F08E86

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.52%

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

R = 46.51%
G = 27.52%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F08E86 (or 0xF08E86) is known color: Sweet Pink. HEX triplet: F0, 8E and 86. RGB value is (240,142,134). Sum of RGB (Red+Green+Blue) = 240+142+134=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08E86 is #0F7179. Grayscale: #AAAAAA. Windows color (decimal): -1012090 or 8818416. OLE color: 8818416.

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

Color convert

RGB 240 142 134 -
CMYK 0 0.41 0.44 0.06
HSL 4.53º 0.78% 0.73% -
HSV(B) 4.53º 0.44% 0.94% -
XYZ 49.91 39.59 27.57 -
YUV 170.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 240 142 134 0 0.41 0.44 0.06 4.53 0.78 0.73
Hex F0 8E 86 0 29 2C 6 5 4E 49
Octal 360 216 206 0 51 54 6 5 116 111
Binary 11110000 10001110 10000110 0 101001 101100 110 101 1001110 1001001

Color Harmonies of #F08E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E86

Black with #F08E86

Text Example


Text Example

White with #F08E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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