Html Css Color HEX #F57570 Salmon

📋 copy color: '#F57570'

red 245 ◦ green 117 ◦ blue 112

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

Shades of Salmon #F57570

Tints of Salmon #F57570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.68%

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

R = 51.69%
G = 24.68%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F57570 (or 0xF57570) is known color: Salmon. HEX triplet: F5, 75 and 70. RGB value is (245,117,112). Sum of RGB (Red+Green+Blue) = 245+117+112=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F57570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57570 is #0A8A8F. Grayscale: #9A9A9A. Windows color (decimal): -690832 or 7370229. OLE color: 7370229.

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

Color convert

RGB 245 117 112 -
CMYK 0 0.52 0.54 0.04
HSL 2.26º 0.87% 0.7% -
HSV(B) 2.26º 0.54% 0.96% -
XYZ 46.94 33.3 19.28 -
YUV 154.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 245 117 112 0 0.52 0.54 0.04 2.26 0.87 0.7
Hex F5 75 70 0 34 36 4 2 57 46
Octal 365 165 160 0 64 66 4 2 127 106
Binary 11110101 1110101 1110000 0 110100 110110 100 10 1010111 1000110

Color Harmonies of #F57570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57570

Black with #F57570

Text Example


Text Example

White with #F57570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57570; }

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

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

background-color css

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

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

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

border-color css

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

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

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