Html Css Color HEX #F38479 Salmon

📋 copy color: '#F38479'

red 243 ◦ green 132 ◦ blue 121

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

Shades of Salmon #F38479

Tints of Salmon #F38479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.61%

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 48.99%
G = 26.61%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F38479 (or 0xF38479) is known color: Salmon. HEX triplet: F3, 84 and 79. RGB value is (243,132,121). Sum of RGB (Red+Green+Blue) = 243+132+121=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F38479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38479 is #0C7B86. Grayscale: #A4A4A4. Windows color (decimal): -818055 or 7963891. OLE color: 7963891.

HSL color Cylindrical-coordinate representation of color #F38479: hue angle of 5.41º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F38479 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 132 121 -
CMYK 0 0.46 0.50 0.05
HSL 5.41º 0.84% 0.71% -
HSV(B) 5.41º 0.5% 0.95% -
XYZ 48.66 36.94 22.65 -
YUV 163.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 243 132 121 0 0.46 0.50 0.05 5.41 0.84 0.71
Hex F3 84 79 0 2E 32 5 5 54 47
Octal 363 204 171 0 56 62 5 5 124 107
Binary 11110011 10000100 1111001 0 101110 110010 101 101 1010100 1000111

Color Harmonies of #F38479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38479

Black with #F38479

Text Example


Text Example

White with #F38479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38479; }

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

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

background-color css

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

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

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

border-color css

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

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

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