Html Css Color HEX #F18174 Salmon

📋 copy color: '#F18174'

red 241 ◦ green 129 ◦ blue 116

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

Shades of Salmon #F18174

Tints of Salmon #F18174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.54%

 BLUE value IS 116 (45.7% from 255) = 23.87%

R = 49.59%
G = 26.54%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F18174 (or 0xF18174) is known color: Salmon. HEX triplet: F1, 81 and 74. RGB value is (241,129,116). Sum of RGB (Red+Green+Blue) = 241+129+116=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F18174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18174 is #0E7E8B. Grayscale: #A1A1A1. Windows color (decimal): -949900 or 7635441. OLE color: 7635441.

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

Color convert

RGB 241 129 116 -
CMYK 0 0.46 0.52 0.05
HSL 6.24º 0.82% 0.7% -
HSV(B) 6.24º 0.52% 0.95% -
XYZ 47.28 35.66 20.91 -
YUV 161.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 241 129 116 0 0.46 0.52 0.05 6.24 0.82 0.7
Hex F1 81 74 0 2E 34 5 6 52 46
Octal 361 201 164 0 56 64 5 6 122 106
Binary 11110001 10000001 1110100 0 101110 110100 101 110 1010010 1000110

Color Harmonies of #F18174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18174

Black with #F18174

Text Example


Text Example

White with #F18174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18174; }

 p { color: rgb(241,129,116); }

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

background-color css

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

 a { background-color: rgb(241,129,116); }

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

border-color css

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

 span { border-color: rgb(241,129,116); }

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