Html Css Color HEX #F37965 Salmon

📋 copy color: '#F37965'

red 243 ◦ green 121 ◦ blue 101

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

Shades of Salmon #F37965

Tints of Salmon #F37965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.72%

R = 52.26%
G = 26.02%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F37965 (or 0xF37965) is known color: Salmon. HEX triplet: F3, 79 and 65. RGB value is (243,121,101). Sum of RGB (Red+Green+Blue) = 243+121+101=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F37965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37965 is #0C869A. Grayscale: #9B9B9B. Windows color (decimal): -820891 or 6650355. OLE color: 6650355.

HSL color Cylindrical-coordinate representation of color #F37965: hue angle of 8.45º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F37965 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 121 101 -
CMYK 0 0.50 0.58 0.05
HSL 8.45º 0.86% 0.67% -
HSV(B) 8.45º 0.58% 0.95% -
XYZ 46.15 33.67 16.38 -
YUV 155.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 243 121 101 0 0.50 0.58 0.05 8.45 0.86 0.67
Hex F3 79 65 0 32 3A 5 8 56 43
Octal 363 171 145 0 62 72 5 10 126 103
Binary 11110011 1111001 1100101 0 110010 111010 101 1000 1010110 1000011

Color Harmonies of #F37965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37965

Black with #F37965

Text Example


Text Example

White with #F37965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37965; }

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

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

background-color css

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

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

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

border-color css

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

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

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