Html Css Color HEX #F67873 Salmon

📋 copy color: '#F67873'

red 246 ◦ green 120 ◦ blue 115

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

Shades of Salmon #F67873

Tints of Salmon #F67873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.95%

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

R = 51.14%
G = 24.95%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F67873 (or 0xF67873) is known color: Salmon. HEX triplet: F6, 78 and 73. RGB value is (246,120,115). Sum of RGB (Red+Green+Blue) = 246+120+115=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F67873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67873 is #09878C. Grayscale: #9D9D9D. Windows color (decimal): -624525 or 7567606. OLE color: 7567606.

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

Color convert

RGB 246 120 115 -
CMYK 0 0.51 0.53 0.04
HSL 2.29º 0.88% 0.71% -
HSV(B) 2.29º 0.53% 0.96% -
XYZ 47.82 34.26 20.31 -
YUV 157.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 246 120 115 0 0.51 0.53 0.04 2.29 0.88 0.71
Hex F6 78 73 0 33 35 4 2 58 47
Octal 366 170 163 0 63 65 4 2 130 107
Binary 11110110 1111000 1110011 0 110011 110101 100 10 1011000 1000111

Color Harmonies of #F67873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67873

Black with #F67873

Text Example


Text Example

White with #F67873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67873; }

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

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

background-color css

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

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

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

border-color css

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

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

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