Html Css Color HEX #F17A6C Salmon

📋 copy color: '#F17A6C'

red 241 ◦ green 122 ◦ blue 108

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

Shades of Salmon #F17A6C

Tints of Salmon #F17A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

 BLUE value IS 108 (42.58% from 255) = 22.93%

R = 51.17%
G = 25.9%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F17A6C (or 0xF17A6C) is known color: Salmon. HEX triplet: F1, 7A and 6C. RGB value is (241,122,108). Sum of RGB (Red+Green+Blue) = 241+122+108=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17A6C is #0E8593. Grayscale: #9C9C9C. Windows color (decimal): -951700 or 7109361. OLE color: 7109361.

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

Color convert

RGB 241 122 108 -
CMYK 0 0.49 0.55 0.05
HSL 6.32º 0.83% 0.68% -
HSV(B) 6.32º 0.55% 0.95% -
XYZ 45.94 33.7 18.27 -
YUV 155.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 241 122 108 0 0.49 0.55 0.05 6.32 0.83 0.68
Hex F1 7A 6C 0 31 37 5 6 53 44
Octal 361 172 154 0 61 67 5 6 123 104
Binary 11110001 1111010 1101100 0 110001 110111 101 110 1010011 1000100

Color Harmonies of #F17A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17A6C

Black with #F17A6C

Text Example


Text Example

White with #F17A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17A6C; }

 p { color: rgb(241,122,108); }

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

background-color css

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

 a { background-color: rgb(241,122,108); }

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

border-color css

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

 span { border-color: rgb(241,122,108); }

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