Html Css Color HEX #F6867B Salmon

📋 copy color: '#F6867B'

red 246 ◦ green 134 ◦ blue 123

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

Shades of Salmon #F6867B

Tints of Salmon #F6867B

RGB

 RED value IS 246 (96.48% from 255) = 48.91%

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

 BLUE value IS 123 (48.44% from 255) = 24.45%

R = 48.91%
G = 26.64%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6867B (or 0xF6867B) is known color: Salmon. HEX triplet: F6, 86 and 7B. RGB value is (246,134,123). Sum of RGB (Red+Green+Blue) = 246+134+123=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6867B is #097984. Grayscale: #A6A6A6. Windows color (decimal): -620933 or 8095478. OLE color: 8095478.

HSL color Cylindrical-coordinate representation of color #F6867B: hue angle of 5.37º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6867B is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 134 123 -
CMYK 0 0.46 0.50 0.04
HSL 5.37º 0.87% 0.72% -
HSV(B) 5.37º 0.5% 0.96% -
XYZ 50.11 38.07 23.45 -
YUV 166.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 246 134 123 0 0.46 0.50 0.04 5.37 0.87 0.72
Hex F6 86 7B 0 2E 32 4 5 57 48
Octal 366 206 173 0 56 62 4 5 127 110
Binary 11110110 10000110 1111011 0 101110 110010 100 101 1010111 1001000

Color Harmonies of #F6867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6867B

Black with #F6867B

Text Example


Text Example

White with #F6867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6867B; }

 p { color: rgb(246,134,123); }

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

background-color css

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

 a { background-color: rgb(246,134,123); }

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

border-color css

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

 span { border-color: rgb(246,134,123); }

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