Html Css Color HEX #F17F73 Salmon

📋 copy color: '#F17F73'

red 241 ◦ green 127 ◦ blue 115

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

Shades of Salmon #F17F73

Tints of Salmon #F17F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 49.9%
G = 26.29%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F17F73 (or 0xF17F73) is known color: Salmon. HEX triplet: F1, 7F and 73. RGB value is (241,127,115). Sum of RGB (Red+Green+Blue) = 241+127+115=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F73 is #0E808C. Grayscale: #9F9F9F. Windows color (decimal): -950413 or 7569393. OLE color: 7569393.

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

Color convert

RGB 241 127 115 -
CMYK 0 0.47 0.52 0.05
HSL 5.71º 0.82% 0.7% -
HSV(B) 5.71º 0.52% 0.95% -
XYZ 46.96 35.12 20.52 -
YUV 159.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 241 127 115 0 0.47 0.52 0.05 5.71 0.82 0.7
Hex F1 7F 73 0 2F 34 5 6 52 46
Octal 361 177 163 0 57 64 5 6 122 106
Binary 11110001 1111111 1110011 0 101111 110100 101 110 1010010 1000110

Color Harmonies of #F17F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F73

Black with #F17F73

Text Example


Text Example

White with #F17F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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