Html Css Color HEX #F57868 Salmon

📋 copy color: '#F57868'

red 245 ◦ green 120 ◦ blue 104

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

Shades of Salmon #F57868

Tints of Salmon #F57868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.59%

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

R = 52.24%
G = 25.59%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F57868 (or 0xF57868) is known color: Salmon. HEX triplet: F5, 78 and 68. RGB value is (245,120,104). Sum of RGB (Red+Green+Blue) = 245+120+104=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F57868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57868 is #0A8797. Grayscale: #9B9B9B. Windows color (decimal): -690072 or 6846709. OLE color: 6846709.

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

Color convert

RGB 245 120 104 -
CMYK 0 0.51 0.58 0.04
HSL 6.81º 0.88% 0.68% -
HSV(B) 6.81º 0.58% 0.96% -
XYZ 46.87 33.84 17.16 -
YUV 155.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 245 120 104 0 0.51 0.58 0.04 6.81 0.88 0.68
Hex F5 78 68 0 33 3A 4 7 58 44
Octal 365 170 150 0 63 72 4 7 130 104
Binary 11110101 1111000 1101000 0 110011 111010 100 111 1011000 1000100

Color Harmonies of #F57868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57868

Black with #F57868

Text Example


Text Example

White with #F57868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57868; }

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

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

background-color css

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

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

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

border-color css

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

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

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