Html Css Color HEX #F58068 Salmon

📋 copy color: '#F58068'

red 245 ◦ green 128 ◦ blue 104

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

Shades of Salmon #F58068

Tints of Salmon #F58068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.83%

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

R = 51.36%
G = 26.83%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F58068 (or 0xF58068) is known color: Salmon. HEX triplet: F5, 80 and 68. RGB value is (245,128,104). Sum of RGB (Red+Green+Blue) = 245+128+104=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F58068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58068 is #0A7F97. Grayscale: #A0A0A0. Windows color (decimal): -688024 or 6848757. OLE color: 6848757.

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

Color convert

RGB 245 128 104 -
CMYK 0 0.48 0.58 0.04
HSL 10.21º 0.88% 0.68% -
HSV(B) 10.21º 0.58% 0.96% -
XYZ 47.87 35.85 17.49 -
YUV 160.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 245 128 104 0 0.48 0.58 0.04 10.21 0.88 0.68
Hex F5 80 68 0 30 3A 4 A 58 44
Octal 365 200 150 0 60 72 4 12 130 104
Binary 11110101 10000000 1101000 0 110000 111010 100 1010 1011000 1000100

Color Harmonies of #F58068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58068

Black with #F58068

Text Example


Text Example

White with #F58068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58068; }

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

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

background-color css

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

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

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

border-color css

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

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

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