Html Css Color HEX #F68273 Salmon

📋 copy color: '#F68273'

red 246 ◦ green 130 ◦ blue 115

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

Shades of Salmon #F68273

Tints of Salmon #F68273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.48%

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

R = 50.1%
G = 26.48%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F68273 (or 0xF68273) is known color: Salmon. HEX triplet: F6, 82 and 73. RGB value is (246,130,115). Sum of RGB (Red+Green+Blue) = 246+130+115=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F68273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68273 is #097D8C. Grayscale: #A3A3A3. Windows color (decimal): -621965 or 7570166. OLE color: 7570166.

HSL color Cylindrical-coordinate representation of color #F68273: hue angle of 6.87º 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 #F68273 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 130 115 -
CMYK 0 0.47 0.53 0.04
HSL 6.87º 0.88% 0.71% -
HSV(B) 6.87º 0.53% 0.96% -
XYZ 49.08 36.8 20.74 -
YUV 162.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 246 130 115 0 0.47 0.53 0.04 6.87 0.88 0.71
Hex F6 82 73 0 2F 35 4 7 58 47
Octal 366 202 163 0 57 65 4 7 130 107
Binary 11110110 10000010 1110011 0 101111 110101 100 111 1011000 1000111

Color Harmonies of #F68273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68273

Black with #F68273

Text Example


Text Example

White with #F68273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68273; }

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

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

background-color css

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

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

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

border-color css

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

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

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