Html Css Color HEX #F17E68 Salmon

📋 copy color: '#F17E68'

red 241 ◦ green 126 ◦ blue 104

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

Shades of Salmon #F17E68

Tints of Salmon #F17E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 51.17%
G = 26.75%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F17E68 (or 0xF17E68) is known color: Salmon. HEX triplet: F1, 7E and 68. RGB value is (241,126,104). Sum of RGB (Red+Green+Blue) = 241+126+104=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17E68 is #0E8197. Grayscale: #9E9E9E. Windows color (decimal): -950680 or 6848241. OLE color: 6848241.

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

Color convert

RGB 241 126 104 -
CMYK 0 0.48 0.57 0.05
HSL 9.64º 0.83% 0.68% -
HSV(B) 9.64º 0.57% 0.95% -
XYZ 46.24 34.62 17.34 -
YUV 157.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 241 126 104 0 0.48 0.57 0.05 9.64 0.83 0.68
Hex F1 7E 68 0 30 39 5 A 53 44
Octal 361 176 150 0 60 71 5 12 123 104
Binary 11110001 1111110 1101000 0 110000 111001 101 1010 1010011 1000100

Color Harmonies of #F17E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17E68

Black with #F17E68

Text Example


Text Example

White with #F17E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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