Html Css Color HEX #F58878 Salmon

📋 copy color: '#F58878'

red 245 ◦ green 136 ◦ blue 120

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

Shades of Salmon #F58878

Tints of Salmon #F58878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.95%

R = 48.9%
G = 27.15%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F58878 (or 0xF58878) is known color: Salmon. HEX triplet: F5, 88 and 78. RGB value is (245,136,120). Sum of RGB (Red+Green+Blue) = 245+136+120=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F58878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58878 is #0A7787. Grayscale: #A6A6A6. Windows color (decimal): -685960 or 7899381. OLE color: 7899381.

HSL color Cylindrical-coordinate representation of color #F58878: hue angle of 7.68º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F58878 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 136 120 -
CMYK 0 0.44 0.51 0.04
HSL 7.68º 0.86% 0.72% -
HSV(B) 7.68º 0.51% 0.96% -
XYZ 49.85 38.38 22.55 -
YUV 166.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 245 136 120 0 0.44 0.51 0.04 7.68 0.86 0.72
Hex F5 88 78 0 2C 33 4 8 56 48
Octal 365 210 170 0 54 63 4 10 126 110
Binary 11110101 10001000 1111000 0 101100 110011 100 1000 1010110 1001000

Color Harmonies of #F58878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58878

Black with #F58878

Text Example


Text Example

White with #F58878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58878; }

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

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

background-color css

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

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

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

border-color css

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

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

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