Html Css Color HEX #F09080 Dark Salmon

📋 copy color: '#F09080'

red 240 ◦ green 144 ◦ blue 128

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

Shades of Dark Salmon #F09080

Tints of Dark Salmon #F09080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.13%

 BLUE value IS 128 (50.39% from 255) = 25%

R = 46.88%
G = 28.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F09080 (or 0xF09080) is known color: Dark Salmon. HEX triplet: F0, 90 and 80. RGB value is (240,144,128). Sum of RGB (Red+Green+Blue) = 240+144+128=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F09080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09080 is #0F6F7F. Grayscale: #ABABAB. Windows color (decimal): -1011584 or 8425712. OLE color: 8425712.

HSL color Cylindrical-coordinate representation of color #F09080: hue angle of 8.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F09080 is Cyan = 0, Magento = 0.4, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 144 128 -
CMYK 0 0.4 0.47 0.06
HSL 8.57º 0.79% 0.72% -
HSV(B) 8.57º 0.47% 0.94% -
XYZ 49.8 40.03 25.52 -
YUV 170.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 240 144 128 0 0.4 0.47 0.06 8.57 0.79 0.72
Hex F0 90 80 0 28 2F 6 9 4F 48
Octal 360 220 200 0 50 57 6 11 117 110
Binary 11110000 10010000 10000000 0 101000 101111 110 1001 1001111 1001000

Color Harmonies of #F09080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09080

Black with #F09080

Text Example


Text Example

White with #F09080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09080; }

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

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

background-color css

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

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

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

border-color css

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

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

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