Html Css Color HEX #F37B74 Salmon

📋 copy color: '#F37B74'

red 243 ◦ green 123 ◦ blue 116

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

Shades of Salmon #F37B74

Tints of Salmon #F37B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.52%

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 50.41%
G = 25.52%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F37B74 (or 0xF37B74) is known color: Salmon. HEX triplet: F3, 7B and 74. RGB value is (243,123,116). Sum of RGB (Red+Green+Blue) = 243+123+116=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F37B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37B74 is #0C848B. Grayscale: #9E9E9E. Windows color (decimal): -820364 or 7633907. OLE color: 7633907.

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

Color convert

RGB 243 123 116 -
CMYK 0 0.49 0.52 0.05
HSL 3.31º 0.84% 0.7% -
HSV(B) 3.31º 0.52% 0.95% -
XYZ 47.2 34.48 20.69 -
YUV 158.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 243 123 116 0 0.49 0.52 0.05 3.31 0.84 0.7
Hex F3 7B 74 0 31 34 5 3 54 46
Octal 363 173 164 0 61 64 5 3 124 106
Binary 11110011 1111011 1110100 0 110001 110100 101 11 1010100 1000110

Color Harmonies of #F37B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37B74

Black with #F37B74

Text Example


Text Example

White with #F37B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37B74; }

 p { color: rgb(243,123,116); }

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

background-color css

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

 a { background-color: rgb(243,123,116); }

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

border-color css

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

 span { border-color: rgb(243,123,116); }

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