Html Css Color HEX #F5736E Salmon

📋 copy color: '#F5736E'

red 245 ◦ green 115 ◦ blue 110

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

Shades of Salmon #F5736E

Tints of Salmon #F5736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.47%

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 52.13%
G = 24.47%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5736E (or 0xF5736E) is known color: Salmon. HEX triplet: F5, 73 and 6E. RGB value is (245,115,110). Sum of RGB (Red+Green+Blue) = 245+115+110=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5736E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5736E is #0A8C91. Grayscale: #999999. Windows color (decimal): -691346 or 7238645. OLE color: 7238645.

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

Color convert

RGB 245 115 110 -
CMYK 0 0.53 0.55 0.04
HSL 2.22º 0.87% 0.7% -
HSV(B) 2.22º 0.55% 0.96% -
XYZ 46.6 32.8 18.63 -
YUV 153.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 245 115 110 0 0.53 0.55 0.04 2.22 0.87 0.7
Hex F5 73 6E 0 35 37 4 2 57 46
Octal 365 163 156 0 65 67 4 2 127 106
Binary 11110101 1110011 1101110 0 110101 110111 100 10 1010111 1000110

Color Harmonies of #F5736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5736E

Black with #F5736E

Text Example


Text Example

White with #F5736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5736E; }

 p { color: rgb(245,115,110); }

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

background-color css

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

 a { background-color: rgb(245,115,110); }

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

border-color css

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

 span { border-color: rgb(245,115,110); }

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