Html Css Color HEX #F08070 Salmon

📋 copy color: '#F08070'

red 240 ◦ green 128 ◦ blue 112

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

Shades of Salmon #F08070

Tints of Salmon #F08070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

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

R = 50%
G = 26.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08070 (or 0xF08070) is known color: Salmon. HEX triplet: F0, 80 and 70. RGB value is (240,128,112). Sum of RGB (Red+Green+Blue) = 240+128+112=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F08070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08070 is #0F7F8F. Grayscale: #9F9F9F. Windows color (decimal): -1015696 or 7373040. OLE color: 7373040.

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

Color convert

RGB 240 128 112 -
CMYK 0 0.47 0.53 0.06
HSL 7.5º 0.81% 0.69% -
HSV(B) 7.5º 0.53% 0.94% -
XYZ 46.58 35.13 19.66 -
YUV 159.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 240 128 112 0 0.47 0.53 0.06 7.5 0.81 0.69
Hex F0 80 70 0 2F 35 6 8 51 45
Octal 360 200 160 0 57 65 6 10 121 105
Binary 11110000 10000000 1110000 0 101111 110101 110 1000 1010001 1000101

Color Harmonies of #F08070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08070

Black with #F08070

Text Example


Text Example

White with #F08070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08070; }

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

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

background-color css

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

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

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

border-color css

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

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

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