Html Css Color HEX #F97470 Salmon

📋 copy color: '#F97470'

red 249 ◦ green 116 ◦ blue 112

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

Shades of Salmon #F97470

Tints of Salmon #F97470

RGB

 RED value IS 249 (97.66% from 255) = 52.2%

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

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

R = 52.2%
G = 24.32%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F97470 (or 0xF97470) is known color: Salmon. HEX triplet: F9, 74 and 70. RGB value is (249,116,112). Sum of RGB (Red+Green+Blue) = 249+116+112=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F97470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97470 is #068B8F. Grayscale: #9B9B9B. Windows color (decimal): -428944 or 7369977. OLE color: 7369977.

HSL color Cylindrical-coordinate representation of color #F97470: hue angle of 1.75º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F97470 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 116 112 -
CMYK 0 0.53 0.55 0.02
HSL 1.75º 0.92% 0.71% -
HSV(B) 1.75º 0.55% 0.98% -
XYZ 48.24 33.8 19.31 -
YUV 155.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 249 116 112 0 0.53 0.55 0.02 1.75 0.92 0.71
Hex F9 74 70 0 35 37 2 2 5C 47
Octal 371 164 160 0 65 67 2 2 134 107
Binary 11111001 1110100 1110000 0 110101 110111 10 10 1011100 1000111

Color Harmonies of #F97470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97470

Black with #F97470

Text Example


Text Example

White with #F97470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97470; }

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

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

background-color css

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

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

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

border-color css

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

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

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