Html Css Color HEX #F7A07A Light Salmon

📋 copy color: '#F7A07A'

red 247 ◦ green 160 ◦ blue 122

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

Shades of Light Salmon #F7A07A

Tints of Light Salmon #F7A07A

RGB

 RED value IS 247 (96.88% from 255) = 46.69%

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

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

R = 46.69%
G = 30.25%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F7A07A (or 0xF7A07A) is known color: Light Salmon. HEX triplet: F7, A0 and 7A. RGB value is (247,160,122). Sum of RGB (Red+Green+Blue) = 247+160+122=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A07A is #085F85. Grayscale: #B5B5B5. Windows color (decimal): -548742 or 8036599. OLE color: 8036599.

HSL color Cylindrical-coordinate representation of color #F7A07A: hue angle of 18.24º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7A07A is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 122 -
CMYK 0 0.35 0.51 0.03
HSL 18.24º 0.89% 0.72% -
HSV(B) 18.24º 0.51% 0.97% -
XYZ 54.44 46.32 24.48 -
YUV 181.68 94.32 174.59 -
System Red Green Blue C M Y K H S L
Decimal 247 160 122 0 0.35 0.51 0.03 18.24 0.89 0.72
Hex F7 A0 7A 0 23 33 3 12 59 48
Octal 367 240 172 0 43 63 3 22 131 110
Binary 11110111 10100000 1111010 0 100011 110011 11 10010 1011001 1001000

Color Harmonies of #F7A07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A07A

Black with #F7A07A

Text Example


Text Example

White with #F7A07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A07A; }

 p { color: rgb(247,160,122); }

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

background-color css

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

 a { background-color: rgb(247,160,122); }

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

border-color css

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

 span { border-color: rgb(247,160,122); }

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