Html Css Color HEX #F47370 Salmon

📋 copy color: '#F47370'

red 244 ◦ green 115 ◦ blue 112

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

Shades of Salmon #F47370

Tints of Salmon #F47370

RGB

 RED value IS 244 (95.7% from 255) = 51.8%

 GREEN value IS 115 (45.31% from 255) = 24.42%

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

R = 51.8%
G = 24.42%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F47370 (or 0xF47370) is known color: Salmon. HEX triplet: F4, 73 and 70. RGB value is (244,115,112). Sum of RGB (Red+Green+Blue) = 244+115+112=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F47370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47370 is #0B8C8F. Grayscale: #999999. Windows color (decimal): -756880 or 7369716. OLE color: 7369716.

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

Color convert

RGB 244 115 112 -
CMYK 0 0.53 0.54 0.04
HSL 1.36º 0.86% 0.7% -
HSV(B) 1.36º 0.54% 0.96% -
XYZ 46.36 32.66 19.19 -
YUV 153.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 244 115 112 0 0.53 0.54 0.04 1.36 0.86 0.7
Hex F4 73 70 0 35 36 4 1 56 46
Octal 364 163 160 0 65 66 4 1 126 106
Binary 11110100 1110011 1110000 0 110101 110110 100 1 1010110 1000110

Color Harmonies of #F47370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47370

Black with #F47370

Text Example


Text Example

White with #F47370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47370; }

 p { color: rgb(244,115,112); }

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

background-color css

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

 a { background-color: rgb(244,115,112); }

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

border-color css

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

 span { border-color: rgb(244,115,112); }

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