Html Css Color HEX #F58868 Salmon

📋 copy color: '#F58868'

red 245 ◦ green 136 ◦ blue 104

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

Shades of Salmon #F58868

Tints of Salmon #F58868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.04%

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

R = 50.52%
G = 28.04%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F58868 (or 0xF58868) is known color: Salmon. HEX triplet: F5, 88 and 68. RGB value is (245,136,104). Sum of RGB (Red+Green+Blue) = 245+136+104=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F58868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58868 is #0A7797. Grayscale: #A5A5A5. Windows color (decimal): -685976 or 6850805. OLE color: 6850805.

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

Color convert

RGB 245 136 104 -
CMYK 0 0.44 0.58 0.04
HSL 13.62º 0.88% 0.68% -
HSV(B) 13.62º 0.58% 0.96% -
XYZ 48.96 38.02 17.85 -
YUV 164.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 245 136 104 0 0.44 0.58 0.04 13.62 0.88 0.68
Hex F5 88 68 0 2C 3A 4 E 58 44
Octal 365 210 150 0 54 72 4 16 130 104
Binary 11110101 10001000 1101000 0 101100 111010 100 1110 1011000 1000100

Color Harmonies of #F58868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58868

Black with #F58868

Text Example


Text Example

White with #F58868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58868; }

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

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

background-color css

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

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

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

border-color css

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

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

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