Html Css Color HEX #F17A6D Salmon

📋 copy color: '#F17A6D'

red 241 ◦ green 122 ◦ blue 109

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

Shades of Salmon #F17A6D

Tints of Salmon #F17A6D

RGB

 RED value IS 241 (94.53% from 255) = 51.06%

 GREEN value IS 122 (48.05% from 255) = 25.85%

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 51.06%
G = 25.85%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F17A6D (or 0xF17A6D) is known color: Salmon. HEX triplet: F1, 7A and 6D. RGB value is (241,122,109). Sum of RGB (Red+Green+Blue) = 241+122+109=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17A6D is #0E8592. Grayscale: #9C9C9C. Windows color (decimal): -951699 or 7174897. OLE color: 7174897.

HSL color Cylindrical-coordinate representation of color #F17A6D: hue angle of 5.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F17A6D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 122 109 -
CMYK 0 0.49 0.55 0.05
HSL 5.91º 0.83% 0.69% -
HSV(B) 5.91º 0.55% 0.95% -
XYZ 46 33.72 18.55 -
YUV 156.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 241 122 109 0 0.49 0.55 0.05 5.91 0.83 0.69
Hex F1 7A 6D 0 31 37 5 6 52 45
Octal 361 172 155 0 61 67 5 6 122 105
Binary 11110001 1111010 1101101 0 110001 110111 101 110 1010010 1000101

Color Harmonies of #F17A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17A6D

Black with #F17A6D

Text Example


Text Example

White with #F17A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17A6D; }

 p { color: rgb(241,122,109); }

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

background-color css

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

 a { background-color: rgb(241,122,109); }

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

border-color css

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

 span { border-color: rgb(241,122,109); }

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