Html Css Color HEX #F17E71 Salmon

📋 copy color: '#F17E71'

red 241 ◦ green 126 ◦ blue 113

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

Shades of Salmon #F17E71

Tints of Salmon #F17E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.25%

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 50.21%
G = 26.25%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F17E71 (or 0xF17E71) is known color: Salmon. HEX triplet: F1, 7E and 71. RGB value is (241,126,113). Sum of RGB (Red+Green+Blue) = 241+126+113=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17E71 is #0E818E. Grayscale: #9F9F9F. Windows color (decimal): -950671 or 7438065. OLE color: 7438065.

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

Color convert

RGB 241 126 113 -
CMYK 0 0.48 0.53 0.05
HSL 6.09º 0.82% 0.69% -
HSV(B) 6.09º 0.53% 0.95% -
XYZ 46.72 34.81 19.88 -
YUV 158.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 241 126 113 0 0.48 0.53 0.05 6.09 0.82 0.69
Hex F1 7E 71 0 30 35 5 6 52 45
Octal 361 176 161 0 60 65 5 6 122 105
Binary 11110001 1111110 1110001 0 110000 110101 101 110 1010010 1000101

Color Harmonies of #F17E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17E71

Black with #F17E71

Text Example


Text Example

White with #F17E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17E71; }

 p { color: rgb(241,126,113); }

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

background-color css

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

 a { background-color: rgb(241,126,113); }

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

border-color css

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

 span { border-color: rgb(241,126,113); }

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