Html Css Color HEX #F38576 Salmon

📋 copy color: '#F38576'

red 243 ◦ green 133 ◦ blue 118

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

Shades of Salmon #F38576

Tints of Salmon #F38576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.92%

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 49.19%
G = 26.92%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F38576 (or 0xF38576) is known color: Salmon. HEX triplet: F3, 85 and 76. RGB value is (243,133,118). Sum of RGB (Red+Green+Blue) = 243+133+118=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F38576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38576 is #0C7A89. Grayscale: #A4A4A4. Windows color (decimal): -817802 or 7767539. OLE color: 7767539.

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

Color convert

RGB 243 133 118 -
CMYK 0 0.45 0.51 0.05
HSL 7.2º 0.84% 0.71% -
HSV(B) 7.2º 0.51% 0.95% -
XYZ 48.62 37.14 21.75 -
YUV 164.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 243 133 118 0 0.45 0.51 0.05 7.2 0.84 0.71
Hex F3 85 76 0 2D 33 5 7 54 47
Octal 363 205 166 0 55 63 5 7 124 107
Binary 11110011 10000101 1110110 0 101101 110011 101 111 1010100 1000111

Color Harmonies of #F38576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38576

Black with #F38576

Text Example


Text Example

White with #F38576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38576; }

 p { color: rgb(243,133,118); }

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

background-color css

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

 a { background-color: rgb(243,133,118); }

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

border-color css

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

 span { border-color: rgb(243,133,118); }

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