Html Css Color HEX #F17F76 Salmon

📋 copy color: '#F17F76'

red 241 ◦ green 127 ◦ blue 118

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

Shades of Salmon #F17F76

Tints of Salmon #F17F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 49.59%
G = 26.13%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F17F76 (or 0xF17F76) is known color: Salmon. HEX triplet: F1, 7F and 76. RGB value is (241,127,118). Sum of RGB (Red+Green+Blue) = 241+127+118=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F76 is #0E8089. Grayscale: #A0A0A0. Windows color (decimal): -950410 or 7766001. OLE color: 7766001.

HSL color Cylindrical-coordinate representation of color #F17F76: hue angle of 4.39º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17F76 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 127 118 -
CMYK 0 0.47 0.51 0.05
HSL 4.39º 0.81% 0.7% -
HSV(B) 4.39º 0.51% 0.95% -
XYZ 47.14 35.19 21.45 -
YUV 160.06 104.27 185.73 -
System Red Green Blue C M Y K H S L
Decimal 241 127 118 0 0.47 0.51 0.05 4.39 0.81 0.7
Hex F1 7F 76 0 2F 33 5 4 51 46
Octal 361 177 166 0 57 63 5 4 121 106
Binary 11110001 1111111 1110110 0 101111 110011 101 100 1010001 1000110

Color Harmonies of #F17F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F76

Black with #F17F76

Text Example


Text Example

White with #F17F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F76; }

 p { color: rgb(241,127,118); }

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

background-color css

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

 a { background-color: rgb(241,127,118); }

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

border-color css

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

 span { border-color: rgb(241,127,118); }

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