Html Css Color HEX #F5756E Salmon

📋 copy color: '#F5756E'

red 245 ◦ green 117 ◦ blue 110

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

Shades of Salmon #F5756E

Tints of Salmon #F5756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.79%

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

R = 51.91%
G = 24.79%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5756E (or 0xF5756E) is known color: Salmon. HEX triplet: F5, 75 and 6E. RGB value is (245,117,110). Sum of RGB (Red+Green+Blue) = 245+117+110=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5756E is #0A8A91. Grayscale: #9A9A9A. Windows color (decimal): -690834 or 7239157. OLE color: 7239157.

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

Color convert

RGB 245 117 110 -
CMYK 0 0.52 0.55 0.04
HSL 3.11º 0.87% 0.7% -
HSV(B) 3.11º 0.55% 0.96% -
XYZ 46.83 33.26 18.7 -
YUV 154.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 245 117 110 0 0.52 0.55 0.04 3.11 0.87 0.7
Hex F5 75 6E 0 34 37 4 3 57 46
Octal 365 165 156 0 64 67 4 3 127 106
Binary 11110101 1110101 1101110 0 110100 110111 100 11 1010111 1000110

Color Harmonies of #F5756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5756E

Black with #F5756E

Text Example


Text Example

White with #F5756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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