Html Css Color HEX #F17F65 Salmon

📋 copy color: '#F17F65'

red 241 ◦ green 127 ◦ blue 101

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

Shades of Salmon #F17F65

Tints of Salmon #F17F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 51.39%
G = 27.08%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F17F65 (or 0xF17F65) is known color: Salmon. HEX triplet: F1, 7F and 65. RGB value is (241,127,101). Sum of RGB (Red+Green+Blue) = 241+127+101=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F65 is #0E809A. Grayscale: #9E9E9E. Windows color (decimal): -950427 or 6651889. OLE color: 6651889.

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

Color convert

RGB 241 127 101 -
CMYK 0 0.47 0.58 0.05
HSL 11.14º 0.83% 0.67% -
HSV(B) 11.14º 0.58% 0.95% -
XYZ 46.21 34.82 16.6 -
YUV 158.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 241 127 101 0 0.47 0.58 0.05 11.14 0.83 0.67
Hex F1 7F 65 0 2F 3A 5 B 53 43
Octal 361 177 145 0 57 72 5 13 123 103
Binary 11110001 1111111 1100101 0 101111 111010 101 1011 1010011 1000011

Color Harmonies of #F17F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F65

Black with #F17F65

Text Example


Text Example

White with #F17F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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