Html Css Color HEX #F37C70 Salmon

📋 copy color: '#F37C70'

red 243 ◦ green 124 ◦ blue 112

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

Shades of Salmon #F37C70

Tints of Salmon #F37C70

RGB

 RED value IS 243 (95.31% from 255) = 50.73%

 GREEN value IS 124 (48.83% from 255) = 25.89%

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

R = 50.73%
G = 25.89%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F37C70 (or 0xF37C70) is known color: Salmon. HEX triplet: F3, 7C and 70. RGB value is (243,124,112). Sum of RGB (Red+Green+Blue) = 243+124+112=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37C70 is #0C838F. Grayscale: #9E9E9E. Windows color (decimal): -820112 or 7372019. OLE color: 7372019.

HSL color Cylindrical-coordinate representation of color #F37C70: hue angle of 5.5º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F37C70 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 124 112 -
CMYK 0 0.49 0.54 0.05
HSL 5.5º 0.85% 0.7% -
HSV(B) 5.5º 0.54% 0.95% -
XYZ 47.09 34.64 19.53 -
YUV 158.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 243 124 112 0 0.49 0.54 0.05 5.5 0.85 0.7
Hex F3 7C 70 0 31 36 5 5 55 46
Octal 363 174 160 0 61 66 5 5 125 106
Binary 11110011 1111100 1110000 0 110001 110110 101 101 1010101 1000110

Color Harmonies of #F37C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37C70

Black with #F37C70

Text Example


Text Example

White with #F37C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37C70; }

 p { color: rgb(243,124,112); }

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

background-color css

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

 a { background-color: rgb(243,124,112); }

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

border-color css

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

 span { border-color: rgb(243,124,112); }

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