Html Css Color HEX #F58069 Salmon

📋 copy color: '#F58069'

red 245 ◦ green 128 ◦ blue 105

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

Shades of Salmon #F58069

Tints of Salmon #F58069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.97%

R = 51.26%
G = 26.78%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F58069 (or 0xF58069) is known color: Salmon. HEX triplet: F5, 80 and 69. RGB value is (245,128,105). Sum of RGB (Red+Green+Blue) = 245+128+105=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F58069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58069 is #0A7F96. Grayscale: #A0A0A0. Windows color (decimal): -688023 or 6914293. OLE color: 6914293.

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

Color convert

RGB 245 128 105 -
CMYK 0 0.48 0.57 0.04
HSL 9.86º 0.88% 0.69% -
HSV(B) 9.86º 0.57% 0.96% -
XYZ 47.93 35.87 17.76 -
YUV 160.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 245 128 105 0 0.48 0.57 0.04 9.86 0.88 0.69
Hex F5 80 69 0 30 39 4 A 58 45
Octal 365 200 151 0 60 71 4 12 130 105
Binary 11110101 10000000 1101001 0 110000 111001 100 1010 1011000 1000101

Color Harmonies of #F58069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58069

Black with #F58069

Text Example


Text Example

White with #F58069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58069; }

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

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

background-color css

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

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

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

border-color css

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

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

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