Html Css Color HEX #F58168 Salmon

📋 copy color: '#F58168'

red 245 ◦ green 129 ◦ blue 104

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

Shades of Salmon #F58168

Tints of Salmon #F58168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.99%

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 51.26%
G = 26.99%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F58168 (or 0xF58168) is known color: Salmon. HEX triplet: F5, 81 and 68. RGB value is (245,129,104). Sum of RGB (Red+Green+Blue) = 245+129+104=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F58168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58168 is #0A7E97. Grayscale: #A1A1A1. Windows color (decimal): -687768 or 6849013. OLE color: 6849013.

HSL color Cylindrical-coordinate representation of color #F58168: hue angle of 10.64º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F58168 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 129 104 -
CMYK 0 0.47 0.58 0.04
HSL 10.64º 0.88% 0.68% -
HSV(B) 10.64º 0.58% 0.96% -
XYZ 48.01 36.11 17.54 -
YUV 160.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 245 129 104 0 0.47 0.58 0.04 10.64 0.88 0.68
Hex F5 81 68 0 2F 3A 4 B 58 44
Octal 365 201 150 0 57 72 4 13 130 104
Binary 11110101 10000001 1101000 0 101111 111010 100 1011 1011000 1000100

Color Harmonies of #F58168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58168

Black with #F58168

Text Example


Text Example

White with #F58168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58168; }

 p { color: rgb(245,129,104); }

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

background-color css

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

 a { background-color: rgb(245,129,104); }

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

border-color css

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

 span { border-color: rgb(245,129,104); }

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