Html Css Color HEX #F6716F Salmon

📋 copy color: '#F6716F'

red 246 ◦ green 113 ◦ blue 111

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

Shades of Salmon #F6716F

Tints of Salmon #F6716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.04%

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 52.34%
G = 24.04%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6716F (or 0xF6716F) is known color: Salmon. HEX triplet: F6, 71 and 6F. RGB value is (246,113,111). Sum of RGB (Red+Green+Blue) = 246+113+111=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6716F is #098E90. Grayscale: #989898. Windows color (decimal): -626321 or 7303670. OLE color: 7303670.

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

Color convert

RGB 246 113 111 -
CMYK 0 0.54 0.55 0.04
HSL 0.89º 0.88% 0.7% -
HSV(B) 0.89º 0.55% 0.96% -
XYZ 46.78 32.55 18.86 -
YUV 152.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 246 113 111 0 0.54 0.55 0.04 0.89 0.88 0.7
Hex F6 71 6F 0 36 37 4 1 58 46
Octal 366 161 157 0 66 67 4 1 130 106
Binary 11110110 1110001 1101111 0 110110 110111 100 1 1011000 1000110

Color Harmonies of #F6716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6716F

Black with #F6716F

Text Example


Text Example

White with #F6716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6716F; }

 p { color: rgb(246,113,111); }

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

background-color css

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

 a { background-color: rgb(246,113,111); }

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

border-color css

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

 span { border-color: rgb(246,113,111); }

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