Html Css Color HEX #F5716F Salmon

📋 copy color: '#F5716F'

red 245 ◦ green 113 ◦ blue 111

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

Shades of Salmon #F5716F

Tints of Salmon #F5716F

RGB

 RED value IS 245 (96.09% from 255) = 52.24%

 GREEN value IS 113 (44.53% from 255) = 24.09%

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 52.24%
G = 24.09%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5716F (or 0xF5716F) is known color: Salmon. HEX triplet: F5, 71 and 6F. RGB value is (245,113,111). Sum of RGB (Red+Green+Blue) = 245+113+111=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5716F is #0A8E90. Grayscale: #989898. Windows color (decimal): -691857 or 7303669. OLE color: 7303669.

HSL color Cylindrical-coordinate representation of color #F5716F: hue angle of 0.9º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5716F is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 113 111 -
CMYK 0 0.54 0.55 0.04
HSL 0.9º 0.87% 0.7% -
HSV(B) 0.9º 0.55% 0.96% -
XYZ 46.43 32.37 18.84 -
YUV 152.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 245 113 111 0 0.54 0.55 0.04 0.9 0.87 0.7
Hex F5 71 6F 0 36 37 4 1 57 46
Octal 365 161 157 0 66 67 4 1 127 106
Binary 11110101 1110001 1101111 0 110110 110111 100 1 1010111 1000110

Color Harmonies of #F5716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5716F

Black with #F5716F

Text Example


Text Example

White with #F5716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5716F; }

 p { color: rgb(245,113,111); }

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

background-color css

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

 a { background-color: rgb(245,113,111); }

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

border-color css

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

 span { border-color: rgb(245,113,111); }

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