Html Css Color HEX #F38074 Salmon

📋 copy color: '#F38074'

red 243 ◦ green 128 ◦ blue 116

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

Shades of Salmon #F38074

Tints of Salmon #F38074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 49.9%
G = 26.28%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F38074 (or 0xF38074) is known color: Salmon. HEX triplet: F3, 80 and 74. RGB value is (243,128,116). Sum of RGB (Red+Green+Blue) = 243+128+116=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F38074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38074 is #0C7F8B. Grayscale: #A1A1A1. Windows color (decimal): -819084 or 7635187. OLE color: 7635187.

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

Color convert

RGB 243 128 116 -
CMYK 0 0.47 0.52 0.05
HSL 5.67º 0.84% 0.7% -
HSV(B) 5.67º 0.52% 0.95% -
XYZ 47.83 35.75 20.9 -
YUV 161.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 243 128 116 0 0.47 0.52 0.05 5.67 0.84 0.7
Hex F3 80 74 0 2F 34 5 6 54 46
Octal 363 200 164 0 57 64 5 6 124 106
Binary 11110011 10000000 1110100 0 101111 110100 101 110 1010100 1000110

Color Harmonies of #F38074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38074

Black with #F38074

Text Example


Text Example

White with #F38074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38074; }

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

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

background-color css

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

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

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

border-color css

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

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

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