Html Css Color HEX #F08D7A Dark Salmon

📋 copy color: '#F08D7A'

red 240 ◦ green 141 ◦ blue 122

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

Shades of Dark Salmon #F08D7A

Tints of Dark Salmon #F08D7A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.03%

 BLUE value IS 122 (48.05% from 255) = 24.25%

R = 47.71%
G = 28.03%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F08D7A (or 0xF08D7A) is known color: Dark Salmon. HEX triplet: F0, 8D and 7A. RGB value is (240,141,122). Sum of RGB (Red+Green+Blue) = 240+141+122=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D7A is #0F7285. Grayscale: #A8A8A8. Windows color (decimal): -1012358 or 8031728. OLE color: 8031728.

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

Color convert

RGB 240 141 122 -
CMYK 0 0.41 0.49 0.06
HSL 9.66º 0.8% 0.71% -
HSV(B) 9.66º 0.49% 0.94% -
XYZ 48.97 38.98 23.36 -
YUV 168.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 240 141 122 0 0.41 0.49 0.06 9.66 0.8 0.71
Hex F0 8D 7A 0 29 31 6 A 50 47
Octal 360 215 172 0 51 61 6 12 120 107
Binary 11110000 10001101 1111010 0 101001 110001 110 1010 1010000 1000111

Color Harmonies of #F08D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D7A

Black with #F08D7A

Text Example


Text Example

White with #F08D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D7A; }

 p { color: rgb(240,141,122); }

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

background-color css

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

 a { background-color: rgb(240,141,122); }

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

border-color css

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

 span { border-color: rgb(240,141,122); }

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