Html Css Color HEX #F08575 Salmon

📋 copy color: '#F08575'

red 240 ◦ green 133 ◦ blue 117

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

Shades of Salmon #F08575

Tints of Salmon #F08575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 48.98%
G = 27.14%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F08575 (or 0xF08575) is known color: Salmon. HEX triplet: F0, 85 and 75. RGB value is (240,133,117). Sum of RGB (Red+Green+Blue) = 240+133+117=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F08575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08575 is #0F7A8A. Grayscale: #A3A3A3. Windows color (decimal): -1014411 or 7702000. OLE color: 7702000.

HSL color Cylindrical-coordinate representation of color #F08575: hue angle of 7.8º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F08575 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 133 117 -
CMYK 0 0.45 0.51 0.06
HSL 7.8º 0.8% 0.7% -
HSV(B) 7.8º 0.51% 0.94% -
XYZ 47.53 36.58 21.39 -
YUV 163.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 240 133 117 0 0.45 0.51 0.06 7.8 0.8 0.7
Hex F0 85 75 0 2D 33 6 8 50 46
Octal 360 205 165 0 55 63 6 10 120 106
Binary 11110000 10000101 1110101 0 101101 110011 110 1000 1010000 1000110

Color Harmonies of #F08575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08575

Black with #F08575

Text Example


Text Example

White with #F08575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08575; }

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

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

background-color css

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

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

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

border-color css

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

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

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