Html Css Color HEX #F37A70 Salmon

📋 copy color: '#F37A70'

red 243 ◦ green 122 ◦ blue 112

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

Shades of Salmon #F37A70

Tints of Salmon #F37A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.58%

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

R = 50.94%
G = 25.58%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F37A70 (or 0xF37A70) is known color: Salmon. HEX triplet: F3, 7A and 70. RGB value is (243,122,112). Sum of RGB (Red+Green+Blue) = 243+122+112=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37A70 is #0C858F. Grayscale: #9D9D9D. Windows color (decimal): -820624 or 7371507. OLE color: 7371507.

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

Color convert

RGB 243 122 112 -
CMYK 0 0.50 0.54 0.05
HSL 4.58º 0.85% 0.7% -
HSV(B) 4.58º 0.54% 0.95% -
XYZ 46.85 34.14 19.45 -
YUV 157.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 243 122 112 0 0.50 0.54 0.05 4.58 0.85 0.7
Hex F3 7A 70 0 32 36 5 5 55 46
Octal 363 172 160 0 62 66 5 5 125 106
Binary 11110011 1111010 1110000 0 110010 110110 101 101 1010101 1000110

Color Harmonies of #F37A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37A70

Black with #F37A70

Text Example


Text Example

White with #F37A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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