Html Css Color HEX #F2A080 Light Salmon

📋 copy color: '#F2A080'

red 242 ◦ green 160 ◦ blue 128

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

Shades of Light Salmon #F2A080

Tints of Light Salmon #F2A080

RGB

 RED value IS 242 (94.92% from 255) = 45.66%

 GREEN value IS 160 (62.89% from 255) = 30.19%

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

R = 45.66%
G = 30.19%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2A080 (or 0xF2A080) is known color: Light Salmon. HEX triplet: F2, A0 and 80. RGB value is (242,160,128). Sum of RGB (Red+Green+Blue) = 242+160+128=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A080 is #0D5F7F. Grayscale: #B5B5B5. Windows color (decimal): -876416 or 8429810. OLE color: 8429810.

HSL color Cylindrical-coordinate representation of color #F2A080: hue angle of 16.84º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2A080 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 160 128 -
CMYK 0 0.34 0.47 0.05
HSL 16.84º 0.81% 0.73% -
HSV(B) 16.84º 0.47% 0.95% -
XYZ 53.09 45.58 26.42 -
YUV 180.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 242 160 128 0 0.34 0.47 0.05 16.84 0.81 0.73
Hex F2 A0 80 0 22 2F 5 11 51 49
Octal 362 240 200 0 42 57 5 21 121 111
Binary 11110010 10100000 10000000 0 100010 101111 101 10001 1010001 1001001

Color Harmonies of #F2A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A080

Black with #F2A080

Text Example


Text Example

White with #F2A080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A080; }

 p { color: rgb(242,160,128); }

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

background-color css

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

 a { background-color: rgb(242,160,128); }

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

border-color css

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

 span { border-color: rgb(242,160,128); }

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