Html Css Color HEX #F37C72 Salmon

📋 copy color: '#F37C72'

red 243 ◦ green 124 ◦ blue 114

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

Shades of Salmon #F37C72

Tints of Salmon #F37C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 50.52%
G = 25.78%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F37C72 (or 0xF37C72) is known color: Salmon. HEX triplet: F3, 7C and 72. RGB value is (243,124,114). Sum of RGB (Red+Green+Blue) = 243+124+114=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37C72 is #0C838D. Grayscale: #9E9E9E. Windows color (decimal): -820110 or 7503091. OLE color: 7503091.

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

Color convert

RGB 243 124 114 -
CMYK 0 0.49 0.53 0.05
HSL 4.65º 0.84% 0.7% -
HSV(B) 4.65º 0.53% 0.95% -
XYZ 47.21 34.68 20.13 -
YUV 158.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 243 124 114 0 0.49 0.53 0.05 4.65 0.84 0.7
Hex F3 7C 72 0 31 35 5 5 54 46
Octal 363 174 162 0 61 65 5 5 124 106
Binary 11110011 1111100 1110010 0 110001 110101 101 101 1010100 1000110

Color Harmonies of #F37C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37C72

Black with #F37C72

Text Example


Text Example

White with #F37C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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