Html Css Color HEX #F2A07D Light Salmon

📋 copy color: '#F2A07D'

red 242 ◦ green 160 ◦ blue 125

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

Shades of Light Salmon #F2A07D

Tints of Light Salmon #F2A07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.72%

R = 45.92%
G = 30.36%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2A07D (or 0xF2A07D) is known color: Light Salmon. HEX triplet: F2, A0 and 7D. RGB value is (242,160,125). Sum of RGB (Red+Green+Blue) = 242+160+125=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A07D is #0D5F82. Grayscale: #B4B4B4. Windows color (decimal): -876419 or 8233202. OLE color: 8233202.

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

Color convert

RGB 242 160 125 -
CMYK 0 0.34 0.48 0.05
HSL 17.95º 0.82% 0.72% -
HSV(B) 17.95º 0.48% 0.95% -
XYZ 52.89 45.5 25.4 -
YUV 180.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 242 160 125 0 0.34 0.48 0.05 17.95 0.82 0.72
Hex F2 A0 7D 0 22 30 5 12 52 48
Octal 362 240 175 0 42 60 5 22 122 110
Binary 11110010 10100000 1111101 0 100010 110000 101 10010 1010010 1001000

Color Harmonies of #F2A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A07D

Black with #F2A07D

Text Example


Text Example

White with #F2A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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