Html Css Color HEX #F78570 Salmon

📋 copy color: '#F78570'

red 247 ◦ green 133 ◦ blue 112

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

Shades of Salmon #F78570

Tints of Salmon #F78570

RGB

 RED value IS 247 (96.88% from 255) = 50.2%

 GREEN value IS 133 (52.34% from 255) = 27.03%

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

R = 50.2%
G = 27.03%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F78570 (or 0xF78570) is known color: Salmon. HEX triplet: F7, 85 and 70. RGB value is (247,133,112). Sum of RGB (Red+Green+Blue) = 247+133+112=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F78570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78570 is #087A8F. Grayscale: #A4A4A4. Windows color (decimal): -555664 or 7374327. OLE color: 7374327.

HSL color Cylindrical-coordinate representation of color #F78570: hue angle of 9.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F78570 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 133 112 -
CMYK 0 0.46 0.55 0.03
HSL 9.33º 0.89% 0.7% -
HSV(B) 9.33º 0.55% 0.97% -
XYZ 49.67 37.72 19.99 -
YUV 164.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 247 133 112 0 0.46 0.55 0.03 9.33 0.89 0.7
Hex F7 85 70 0 2E 37 3 9 59 46
Octal 367 205 160 0 56 67 3 11 131 106
Binary 11110111 10000101 1110000 0 101110 110111 11 1001 1011001 1000110

Color Harmonies of #F78570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78570

Black with #F78570

Text Example


Text Example

White with #F78570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78570; }

 p { color: rgb(247,133,112); }

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

background-color css

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

 a { background-color: rgb(247,133,112); }

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

border-color css

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

 span { border-color: rgb(247,133,112); }

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