Html Css Color HEX #F67F73 Salmon

📋 copy color: '#F67F73'

red 246 ◦ green 127 ◦ blue 115

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

Shades of Salmon #F67F73

Tints of Salmon #F67F73

RGB

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

 GREEN value IS 127 (50% from 255) = 26.02%

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

R = 50.41%
G = 26.02%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F67F73 (or 0xF67F73) is known color: Salmon. HEX triplet: F6, 7F and 73. RGB value is (246,127,115). Sum of RGB (Red+Green+Blue) = 246+127+115=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F73 is #09808C. Grayscale: #A1A1A1. Windows color (decimal): -622733 or 7569398. OLE color: 7569398.

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

Color convert

RGB 246 127 115 -
CMYK 0 0.48 0.53 0.04
HSL 5.5º 0.88% 0.71% -
HSV(B) 5.5º 0.53% 0.96% -
XYZ 48.69 36.01 20.6 -
YUV 161.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 246 127 115 0 0.48 0.53 0.04 5.5 0.88 0.71
Hex F6 7F 73 0 30 35 4 5 58 47
Octal 366 177 163 0 60 65 4 5 130 107
Binary 11110110 1111111 1110011 0 110000 110101 100 101 1011000 1000111

Color Harmonies of #F67F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67F73

Black with #F67F73

Text Example


Text Example

White with #F67F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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