Html Css Color HEX #F77470 Salmon

📋 copy color: '#F77470'

red 247 ◦ green 116 ◦ blue 112

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

Shades of Salmon #F77470

Tints of Salmon #F77470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.42%

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

R = 52%
G = 24.42%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F77470 (or 0xF77470) is known color: Salmon. HEX triplet: F7, 74 and 70. RGB value is (247,116,112). Sum of RGB (Red+Green+Blue) = 247+116+112=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F77470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77470 is #088B8F. Grayscale: #9A9A9A. Windows color (decimal): -560016 or 7369975. OLE color: 7369975.

HSL color Cylindrical-coordinate representation of color #F77470: hue angle of 1.78º 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 #F77470 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 116 112 -
CMYK 0 0.53 0.55 0.03
HSL 1.78º 0.89% 0.7% -
HSV(B) 1.78º 0.55% 0.97% -
XYZ 47.53 33.43 19.28 -
YUV 154.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 247 116 112 0 0.53 0.55 0.03 1.78 0.89 0.7
Hex F7 74 70 0 35 37 3 2 59 46
Octal 367 164 160 0 65 67 3 2 131 106
Binary 11110111 1110100 1110000 0 110101 110111 11 10 1011001 1000110

Color Harmonies of #F77470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77470

Black with #F77470

Text Example


Text Example

White with #F77470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77470; }

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

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

background-color css

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

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

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

border-color css

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

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

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