Html Css Color HEX #F08F86 Sweet Pink

📋 copy color: '#F08F86'

red 240 ◦ green 143 ◦ blue 134

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

Shades of Sweet Pink #F08F86

Tints of Sweet Pink #F08F86

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.66%

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

R = 46.42%
G = 27.66%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F08F86 (or 0xF08F86) is known color: Sweet Pink. HEX triplet: F0, 8F and 86. RGB value is (240,143,134). Sum of RGB (Red+Green+Blue) = 240+143+134=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08F86 is #0F7079. Grayscale: #ABABAB. Windows color (decimal): -1011834 or 8818672. OLE color: 8818672.

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

Color convert

RGB 240 143 134 -
CMYK 0 0.40 0.44 0.06
HSL 5.09º 0.78% 0.73% -
HSV(B) 5.09º 0.44% 0.94% -
XYZ 50.06 39.89 27.62 -
YUV 170.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 240 143 134 0 0.40 0.44 0.06 5.09 0.78 0.73
Hex F0 8F 86 0 28 2C 6 5 4E 49
Octal 360 217 206 0 50 54 6 5 116 111
Binary 11110000 10001111 10000110 0 101000 101100 110 101 1001110 1001001

Color Harmonies of #F08F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F86

Black with #F08F86

Text Example


Text Example

White with #F08F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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