Html Css Color HEX #F38370 Salmon

📋 copy color: '#F38370'

red 243 ◦ green 131 ◦ blue 112

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

Shades of Salmon #F38370

Tints of Salmon #F38370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.95%

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 50%
G = 26.95%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F38370 (or 0xF38370) is known color: Salmon. HEX triplet: F3, 83 and 70. RGB value is (243,131,112). Sum of RGB (Red+Green+Blue) = 243+131+112=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F38370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38370 is #0C7C8F. Grayscale: #A2A2A2. Windows color (decimal): -818320 or 7373811. OLE color: 7373811.

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

Color convert

RGB 243 131 112 -
CMYK 0 0.46 0.54 0.05
HSL 8.7º 0.85% 0.7% -
HSV(B) 8.7º 0.54% 0.95% -
XYZ 48 36.46 19.84 -
YUV 162.32 99.61 185.54 -
System Red Green Blue C M Y K H S L
Decimal 243 131 112 0 0.46 0.54 0.05 8.7 0.85 0.7
Hex F3 83 70 0 2E 36 5 9 55 46
Octal 363 203 160 0 56 66 5 11 125 106
Binary 11110011 10000011 1110000 0 101110 110110 101 1001 1010101 1000110

Color Harmonies of #F38370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38370

Black with #F38370

Text Example


Text Example

White with #F38370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38370; }

 p { color: rgb(243,131,112); }

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

background-color css

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

 a { background-color: rgb(243,131,112); }

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

border-color css

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

 span { border-color: rgb(243,131,112); }

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