Html Css Color HEX #F37F70 Salmon

📋 copy color: '#F37F70'

red 243 ◦ green 127 ◦ blue 112

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

Shades of Salmon #F37F70

Tints of Salmon #F37F70

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

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

R = 50.41%
G = 26.35%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F37F70 (or 0xF37F70) is known color: Salmon. HEX triplet: F3, 7F and 70. RGB value is (243,127,112). Sum of RGB (Red+Green+Blue) = 243+127+112=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F70 is #0C808F. Grayscale: #A0A0A0. Windows color (decimal): -819344 or 7372787. OLE color: 7372787.

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

Color convert

RGB 243 127 112 -
CMYK 0 0.48 0.54 0.05
HSL 6.87º 0.85% 0.7% -
HSV(B) 6.87º 0.54% 0.95% -
XYZ 47.48 35.4 19.66 -
YUV 159.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 243 127 112 0 0.48 0.54 0.05 6.87 0.85 0.7
Hex F3 7F 70 0 30 36 5 7 55 46
Octal 363 177 160 0 60 66 5 7 125 106
Binary 11110011 1111111 1110000 0 110000 110110 101 111 1010101 1000110

Color Harmonies of #F37F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37F70

Black with #F37F70

Text Example


Text Example

White with #F37F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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