Html Css Color HEX #F37F75 Salmon

📋 copy color: '#F37F75'

red 243 ◦ green 127 ◦ blue 117

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

Shades of Salmon #F37F75

Tints of Salmon #F37F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.02%

R = 49.9%
G = 26.08%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F37F75 (or 0xF37F75) is known color: Salmon. HEX triplet: F3, 7F and 75. RGB value is (243,127,117). Sum of RGB (Red+Green+Blue) = 243+127+117=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F75 is #0C808A. Grayscale: #A0A0A0. Windows color (decimal): -819339 or 7700467. OLE color: 7700467.

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

Color convert

RGB 243 127 117 -
CMYK 0 0.48 0.52 0.05
HSL 4.76º 0.84% 0.71% -
HSV(B) 4.76º 0.52% 0.95% -
XYZ 47.76 35.52 21.17 -
YUV 160.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 243 127 117 0 0.48 0.52 0.05 4.76 0.84 0.71
Hex F3 7F 75 0 30 34 5 5 54 47
Octal 363 177 165 0 60 64 5 5 124 107
Binary 11110011 1111111 1110101 0 110000 110100 101 101 1010100 1000111

Color Harmonies of #F37F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37F75

Black with #F37F75

Text Example


Text Example

White with #F37F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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