Html Css Color HEX #F68873 Salmon

📋 copy color: '#F68873'

red 246 ◦ green 136 ◦ blue 115

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

Shades of Salmon #F68873

Tints of Salmon #F68873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.36%

 BLUE value IS 115 (45.31% from 255) = 23.14%

R = 49.5%
G = 27.36%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F68873 (or 0xF68873) is known color: Salmon. HEX triplet: F6, 88 and 73. RGB value is (246,136,115). Sum of RGB (Red+Green+Blue) = 246+136+115=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F68873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68873 is #09778C. Grayscale: #A6A6A6. Windows color (decimal): -620429 or 7571702. OLE color: 7571702.

HSL color Cylindrical-coordinate representation of color #F68873: hue angle of 9.62º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F68873 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 136 115 -
CMYK 0 0.45 0.53 0.04
HSL 9.62º 0.88% 0.71% -
HSV(B) 9.62º 0.53% 0.96% -
XYZ 49.9 38.44 21.01 -
YUV 166.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 246 136 115 0 0.45 0.53 0.04 9.62 0.88 0.71
Hex F6 88 73 0 2D 35 4 A 58 47
Octal 366 210 163 0 55 65 4 12 130 107
Binary 11110110 10001000 1110011 0 101101 110101 100 1010 1011000 1000111

Color Harmonies of #F68873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68873

Black with #F68873

Text Example


Text Example

White with #F68873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68873; }

 p { color: rgb(246,136,115); }

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

background-color css

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

 a { background-color: rgb(246,136,115); }

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

border-color css

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

 span { border-color: rgb(246,136,115); }

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