Html Css Color HEX #F57870 Salmon

📋 copy color: '#F57870'

red 245 ◦ green 120 ◦ blue 112

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

Shades of Salmon #F57870

Tints of Salmon #F57870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.48%

R = 51.36%
G = 25.16%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F57870 (or 0xF57870) is known color: Salmon. HEX triplet: F5, 78 and 70. RGB value is (245,120,112). Sum of RGB (Red+Green+Blue) = 245+120+112=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F57870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57870 is #0A878F. Grayscale: #9C9C9C. Windows color (decimal): -690064 or 7370997. OLE color: 7370997.

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

Color convert

RGB 245 120 112 -
CMYK 0 0.51 0.54 0.04
HSL 3.61º 0.87% 0.7% -
HSV(B) 3.61º 0.54% 0.96% -
XYZ 47.3 34.02 19.4 -
YUV 156.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 245 120 112 0 0.51 0.54 0.04 3.61 0.87 0.7
Hex F5 78 70 0 33 36 4 4 57 46
Octal 365 170 160 0 63 66 4 4 127 106
Binary 11110101 1111000 1110000 0 110011 110110 100 100 1010111 1000110

Color Harmonies of #F57870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57870

Black with #F57870

Text Example


Text Example

White with #F57870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57870; }

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

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

background-color css

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

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

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

border-color css

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

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

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