Html Css Color HEX #F08870 Salmon

📋 copy color: '#F08870'

red 240 ◦ green 136 ◦ blue 112

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

Shades of Salmon #F08870

Tints of Salmon #F08870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.87%

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 49.18%
G = 27.87%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08870 (or 0xF08870) is known color: Salmon. HEX triplet: F0, 88 and 70. RGB value is (240,136,112). Sum of RGB (Red+Green+Blue) = 240+136+112=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F08870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08870 is #0F778F. Grayscale: #A4A4A4. Windows color (decimal): -1013648 or 7375088. OLE color: 7375088.

HSL color Cylindrical-coordinate representation of color #F08870: hue angle of 11.25º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F08870 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 136 112 -
CMYK 0 0.43 0.53 0.06
HSL 11.25º 0.81% 0.69% -
HSV(B) 11.25º 0.53% 0.94% -
XYZ 47.66 37.3 20.02 -
YUV 164.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 240 136 112 0 0.43 0.53 0.06 11.25 0.81 0.69
Hex F0 88 70 0 2B 35 6 B 51 45
Octal 360 210 160 0 53 65 6 13 121 105
Binary 11110000 10001000 1110000 0 101011 110101 110 1011 1010001 1000101

Color Harmonies of #F08870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08870

Black with #F08870

Text Example


Text Example

White with #F08870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08870; }

 p { color: rgb(240,136,112); }

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

background-color css

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

 a { background-color: rgb(240,136,112); }

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

border-color css

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

 span { border-color: rgb(240,136,112); }

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