Html Css Color HEX #F37975 Salmon

📋 copy color: '#F37975'

red 243 ◦ green 121 ◦ blue 117

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

Shades of Salmon #F37975

Tints of Salmon #F37975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

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

R = 50.52%
G = 25.16%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F37975 (or 0xF37975) is known color: Salmon. HEX triplet: F3, 79 and 75. RGB value is (243,121,117). Sum of RGB (Red+Green+Blue) = 243+121+117=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F37975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37975 is #0C868A. Grayscale: #9D9D9D. Windows color (decimal): -820875 or 7698931. OLE color: 7698931.

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

Color convert

RGB 243 121 117 -
CMYK 0 0.50 0.52 0.05
HSL 1.9º 0.84% 0.71% -
HSV(B) 1.9º 0.52% 0.95% -
XYZ 47.01 34.01 20.92 -
YUV 157.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 243 121 117 0 0.50 0.52 0.05 1.9 0.84 0.71
Hex F3 79 75 0 32 34 5 2 54 47
Octal 363 171 165 0 62 64 5 2 124 107
Binary 11110011 1111001 1110101 0 110010 110100 101 10 1010100 1000111

Color Harmonies of #F37975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37975

Black with #F37975

Text Example


Text Example

White with #F37975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37975; }

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

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

background-color css

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

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

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

border-color css

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

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

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