Html Css Color HEX #F17966 Salmon

📋 copy color: '#F17966'

red 241 ◦ green 121 ◦ blue 102

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

Shades of Salmon #F17966

Tints of Salmon #F17966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.08%

 BLUE value IS 102 (40.23% from 255) = 21.98%

R = 51.94%
G = 26.08%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F17966 (or 0xF17966) is known color: Salmon. HEX triplet: F1, 79 and 66. RGB value is (241,121,102). Sum of RGB (Red+Green+Blue) = 241+121+102=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F17966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17966 is #0E8699. Grayscale: #9A9A9A. Windows color (decimal): -951962 or 6715889. OLE color: 6715889.

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

Color convert

RGB 241 121 102 -
CMYK 0 0.50 0.58 0.05
HSL 8.2º 0.83% 0.67% -
HSV(B) 8.2º 0.58% 0.95% -
XYZ 45.51 33.33 16.61 -
YUV 154.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 241 121 102 0 0.50 0.58 0.05 8.2 0.83 0.67
Hex F1 79 66 0 32 3A 5 8 53 43
Octal 361 171 146 0 62 72 5 10 123 103
Binary 11110001 1111001 1100110 0 110010 111010 101 1000 1010011 1000011

Color Harmonies of #F17966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17966

Black with #F17966

Text Example


Text Example

White with #F17966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17966; }

 p { color: rgb(241,121,102); }

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

background-color css

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

 a { background-color: rgb(241,121,102); }

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

border-color css

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

 span { border-color: rgb(241,121,102); }

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