Html Css Color HEX #F77970 Salmon

📋 copy color: '#F77970'

red 247 ◦ green 121 ◦ blue 112

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

Shades of Salmon #F77970

Tints of Salmon #F77970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.21%

 BLUE value IS 112 (44.14% from 255) = 23.33%

R = 51.46%
G = 25.21%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F77970 (or 0xF77970) is known color: Salmon. HEX triplet: F7, 79 and 70. RGB value is (247,121,112). Sum of RGB (Red+Green+Blue) = 247+121+112=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F77970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77970 is #08868F. Grayscale: #9D9D9D. Windows color (decimal): -558736 or 7371255. OLE color: 7371255.

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

Color convert

RGB 247 121 112 -
CMYK 0 0.51 0.55 0.03
HSL 0.89% 0.7% -
HSV(B) 0.55% 0.97% -
XYZ 48.12 34.62 19.48 -
YUV 157.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 247 121 112 0 0.51 0.55 0.03 4 0.89 0.7
Hex F7 79 70 0 33 37 3 4 59 46
Octal 367 171 160 0 63 67 3 4 131 106
Binary 11110111 1111001 1110000 0 110011 110111 11 100 1011001 1000110

Color Harmonies of #F77970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77970

Black with #F77970

Text Example


Text Example

White with #F77970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77970; }

 p { color: rgb(247,121,112); }

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

background-color css

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

 a { background-color: rgb(247,121,112); }

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

border-color css

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

 span { border-color: rgb(247,121,112); }

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