Html Css Color HEX #F08986 Sweet Pink

📋 copy color: '#F08986'

red 240 ◦ green 137 ◦ blue 134

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

Shades of Sweet Pink #F08986

Tints of Sweet Pink #F08986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.81%

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

R = 46.97%
G = 26.81%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F08986 (or 0xF08986) is known color: Sweet Pink. HEX triplet: F0, 89 and 86. RGB value is (240,137,134). Sum of RGB (Red+Green+Blue) = 240+137+134=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F08986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08986 is #0F7679. Grayscale: #A7A7A7. Windows color (decimal): -1013370 or 8817136. OLE color: 8817136.

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

Color convert

RGB 240 137 134 -
CMYK 0 0.43 0.44 0.06
HSL 1.7º 0.78% 0.73% -
HSV(B) 1.7º 0.44% 0.94% -
XYZ 49.18 38.14 27.32 -
YUV 167.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 240 137 134 0 0.43 0.44 0.06 1.7 0.78 0.73
Hex F0 89 86 0 2B 2C 6 2 4E 49
Octal 360 211 206 0 53 54 6 2 116 111
Binary 11110000 10001001 10000110 0 101011 101100 110 10 1001110 1001001

Color Harmonies of #F08986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08986

Black with #F08986

Text Example


Text Example

White with #F08986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08986; }

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

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

background-color css

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

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

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

border-color css

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

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

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