Html Css Color HEX #F67973 Salmon

📋 copy color: '#F67973'

red 246 ◦ green 121 ◦ blue 115

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

Shades of Salmon #F67973

Tints of Salmon #F67973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.1%

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

R = 51.04%
G = 25.1%
B = 23.86%

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

#F67973 (or 0xF67973) is known color: Salmon. HEX triplet: F6, 79 and 73. RGB value is (246,121,115). Sum of RGB (Red+Green+Blue) = 246+121+115=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F67973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67973 is #09868C. Grayscale: #9D9D9D. Windows color (decimal): -624269 or 7567862. OLE color: 7567862.

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

Color convert

RGB 246 121 115 -
CMYK 0 0.51 0.53 0.04
HSL 2.75º 0.88% 0.71% -
HSV(B) 2.75º 0.53% 0.96% -
XYZ 47.94 34.51 20.35 -
YUV 157.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 246 121 115 0 0.51 0.53 0.04 2.75 0.88 0.71
Hex F6 79 73 0 33 35 4 3 58 47
Octal 366 171 163 0 63 65 4 3 130 107
Binary 11110110 1111001 1110011 0 110011 110101 100 11 1011000 1000111

Color Harmonies of #F67973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67973

Black with #F67973

Text Example


Text Example

White with #F67973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67973; }

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

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

background-color css

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

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

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

border-color css

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

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

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