Html Css Color HEX #F3867A Salmon

📋 copy color: '#F3867A'

red 243 ◦ green 134 ◦ blue 122

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

Shades of Salmon #F3867A

Tints of Salmon #F3867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.85%

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 48.7%
G = 26.85%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F3867A (or 0xF3867A) is known color: Salmon. HEX triplet: F3, 86 and 7A. RGB value is (243,134,122). Sum of RGB (Red+Green+Blue) = 243+134+122=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F3867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3867A is #0C7985. Grayscale: #A5A5A5. Windows color (decimal): -817542 or 8029939. OLE color: 8029939.

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

Color convert

RGB 243 134 122 -
CMYK 0 0.45 0.50 0.05
HSL 5.95º 0.83% 0.72% -
HSV(B) 5.95º 0.5% 0.95% -
XYZ 49 37.51 23.07 -
YUV 165.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 243 134 122 0 0.45 0.50 0.05 5.95 0.83 0.72
Hex F3 86 7A 0 2D 32 5 6 53 48
Octal 363 206 172 0 55 62 5 6 123 110
Binary 11110011 10000110 1111010 0 101101 110010 101 110 1010011 1001000

Color Harmonies of #F3867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3867A

Black with #F3867A

Text Example


Text Example

White with #F3867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3867A; }

 p { color: rgb(243,134,122); }

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

background-color css

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

 a { background-color: rgb(243,134,122); }

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

border-color css

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

 span { border-color: rgb(243,134,122); }

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