Html Css Color HEX #F97471 Salmon

📋 copy color: '#F97471'

red 249 ◦ green 116 ◦ blue 113

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

Shades of Salmon #F97471

Tints of Salmon #F97471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.64%

R = 52.09%
G = 24.27%
B = 23.64%

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

#F97471 (or 0xF97471) is known color: Salmon. HEX triplet: F9, 74 and 71. RGB value is (249,116,113). Sum of RGB (Red+Green+Blue) = 249+116+113=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F97471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97471 is #068B8E. Grayscale: #9B9B9B. Windows color (decimal): -428943 or 7435513. OLE color: 7435513.

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

Color convert

RGB 249 116 113 -
CMYK 0 0.53 0.55 0.02
HSL 1.32º 0.92% 0.71% -
HSV(B) 1.32º 0.55% 0.98% -
XYZ 48.29 33.82 19.61 -
YUV 155.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 249 116 113 0 0.53 0.55 0.02 1.32 0.92 0.71
Hex F9 74 71 0 35 37 2 1 5C 47
Octal 371 164 161 0 65 67 2 1 134 107
Binary 11111001 1110100 1110001 0 110101 110111 10 1 1011100 1000111

Color Harmonies of #F97471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97471

Black with #F97471

Text Example


Text Example

White with #F97471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97471; }

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

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

background-color css

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

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

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

border-color css

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

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

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