Html Css Color HEX #F17F71 Salmon

📋 copy color: '#F17F71'

red 241 ◦ green 127 ◦ blue 113

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

Shades of Salmon #F17F71

Tints of Salmon #F17F71

RGB

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

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

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

R = 50.1%
G = 26.4%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F17F71 (or 0xF17F71) is known color: Salmon. HEX triplet: F1, 7F and 71. RGB value is (241,127,113). Sum of RGB (Red+Green+Blue) = 241+127+113=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F71 is #0E808E. Grayscale: #9F9F9F. Windows color (decimal): -950415 or 7438321. OLE color: 7438321.

HSL color Cylindrical-coordinate representation of color #F17F71: hue angle of 6.56º 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 #F17F71 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 127 113 -
CMYK 0 0.47 0.53 0.05
HSL 6.56º 0.82% 0.69% -
HSV(B) 6.56º 0.53% 0.95% -
XYZ 46.85 35.07 19.92 -
YUV 159.49 101.77 186.14 -
System Red Green Blue C M Y K H S L
Decimal 241 127 113 0 0.47 0.53 0.05 6.56 0.82 0.69
Hex F1 7F 71 0 2F 35 5 7 52 45
Octal 361 177 161 0 57 65 5 7 122 105
Binary 11110001 1111111 1110001 0 101111 110101 101 111 1010010 1000101

Color Harmonies of #F17F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F71

Black with #F17F71

Text Example


Text Example

White with #F17F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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