Html Css Color HEX #F08570 Salmon

📋 copy color: '#F08570'

red 240 ◦ green 133 ◦ blue 112

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

Shades of Salmon #F08570

Tints of Salmon #F08570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.42%

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

R = 49.48%
G = 27.42%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08570 (or 0xF08570) is known color: Salmon. HEX triplet: F0, 85 and 70. RGB value is (240,133,112). Sum of RGB (Red+Green+Blue) = 240+133+112=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F08570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08570 is #0F7A8F. Grayscale: #A2A2A2. Windows color (decimal): -1014416 or 7374320. OLE color: 7374320.

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

Color convert

RGB 240 133 112 -
CMYK 0 0.45 0.53 0.06
HSL 9.84º 0.81% 0.69% -
HSV(B) 9.84º 0.53% 0.94% -
XYZ 47.25 36.47 19.88 -
YUV 162.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 240 133 112 0 0.45 0.53 0.06 9.84 0.81 0.69
Hex F0 85 70 0 2D 35 6 A 51 45
Octal 360 205 160 0 55 65 6 12 121 105
Binary 11110000 10000101 1110000 0 101101 110101 110 1010 1010001 1000101

Color Harmonies of #F08570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08570

Black with #F08570

Text Example


Text Example

White with #F08570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08570; }

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

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

background-color css

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

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

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

border-color css

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

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

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