Html Css Color HEX #F38073 Salmon

📋 copy color: '#F38073'

red 243 ◦ green 128 ◦ blue 115

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

Shades of Salmon #F38073

Tints of Salmon #F38073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.34%

 BLUE value IS 115 (45.31% from 255) = 23.66%

R = 50%
G = 26.34%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F38073 (or 0xF38073) is known color: Salmon. HEX triplet: F3, 80 and 73. RGB value is (243,128,115). Sum of RGB (Red+Green+Blue) = 243+128+115=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F38073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38073 is #0C7F8C. Grayscale: #A1A1A1. Windows color (decimal): -819085 or 7569651. OLE color: 7569651.

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

Color convert

RGB 243 128 115 -
CMYK 0 0.47 0.53 0.05
HSL 6.09º 0.84% 0.7% -
HSV(B) 6.09º 0.53% 0.95% -
XYZ 47.78 35.73 20.6 -
YUV 160.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 243 128 115 0 0.47 0.53 0.05 6.09 0.84 0.7
Hex F3 80 73 0 2F 35 5 6 54 46
Octal 363 200 163 0 57 65 5 6 124 106
Binary 11110011 10000000 1110011 0 101111 110101 101 110 1010100 1000110

Color Harmonies of #F38073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38073

Black with #F38073

Text Example


Text Example

White with #F38073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38073; }

 p { color: rgb(243,128,115); }

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

background-color css

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

 a { background-color: rgb(243,128,115); }

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

border-color css

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

 span { border-color: rgb(243,128,115); }

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