Html Css Color HEX #F6726F Salmon

📋 copy color: '#F6726F'

red 246 ◦ green 114 ◦ blue 111

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

Shades of Salmon #F6726F

Tints of Salmon #F6726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

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

R = 52.23%
G = 24.2%
B = 23.57%

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

#F6726F (or 0xF6726F) is known color: Salmon. HEX triplet: F6, 72 and 6F. RGB value is (246,114,111). Sum of RGB (Red+Green+Blue) = 246+114+111=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6726F is #098D90. Grayscale: #999999. Windows color (decimal): -626065 or 7303926. OLE color: 7303926.

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

Color convert

RGB 246 114 111 -
CMYK 0 0.54 0.55 0.04
HSL 1.33º 0.88% 0.7% -
HSV(B) 1.33º 0.55% 0.96% -
XYZ 46.89 32.78 18.89 -
YUV 153.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 246 114 111 0 0.54 0.55 0.04 1.33 0.88 0.7
Hex F6 72 6F 0 36 37 4 1 58 46
Octal 366 162 157 0 66 67 4 1 130 106
Binary 11110110 1110010 1101111 0 110110 110111 100 1 1011000 1000110

Color Harmonies of #F6726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6726F

Black with #F6726F

Text Example


Text Example

White with #F6726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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