Html Css Color HEX #F09A7A Dark Salmon

📋 copy color: '#F09A7A'

red 240 ◦ green 154 ◦ blue 122

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

Shades of Dark Salmon #F09A7A

Tints of Dark Salmon #F09A7A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.84%

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

R = 46.51%
G = 29.84%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F09A7A (or 0xF09A7A) is known color: Dark Salmon. HEX triplet: F0, 9A and 7A. RGB value is (240,154,122). Sum of RGB (Red+Green+Blue) = 240+154+122=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09A7A is #0F6585. Grayscale: #B0B0B0. Windows color (decimal): -1009030 or 8035056. OLE color: 8035056.

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

Color convert

RGB 240 154 122 -
CMYK 0 0.36 0.49 0.06
HSL 16.27º 0.8% 0.71% -
HSV(B) 16.27º 0.49% 0.94% -
XYZ 51 43.04 24.03 -
YUV 176.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 240 154 122 0 0.36 0.49 0.06 16.27 0.8 0.71
Hex F0 9A 7A 0 24 31 6 10 50 47
Octal 360 232 172 0 44 61 6 20 120 107
Binary 11110000 10011010 1111010 0 100100 110001 110 10000 1010000 1000111

Color Harmonies of #F09A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A7A

Black with #F09A7A

Text Example


Text Example

White with #F09A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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