Html Css Color HEX #F18164 Salmon

📋 copy color: '#F18164'

red 241 ◦ green 129 ◦ blue 100

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

Shades of Salmon #F18164

Tints of Salmon #F18164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.28%

R = 51.28%
G = 27.45%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F18164 (or 0xF18164) is known color: Salmon. HEX triplet: F1, 81 and 64. RGB value is (241,129,100). Sum of RGB (Red+Green+Blue) = 241+129+100=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F18164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18164 is #0E7E9B. Grayscale: #9F9F9F. Windows color (decimal): -949916 or 6586865. OLE color: 6586865.

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

Color convert

RGB 241 129 100 -
CMYK 0 0.46 0.59 0.05
HSL 12.34º 0.83% 0.67% -
HSV(B) 12.34º 0.59% 0.95% -
XYZ 46.43 35.32 16.43 -
YUV 159.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 241 129 100 0 0.46 0.59 0.05 12.34 0.83 0.67
Hex F1 81 64 0 2E 3B 5 C 53 43
Octal 361 201 144 0 56 73 5 14 123 103
Binary 11110001 10000001 1100100 0 101110 111011 101 1100 1010011 1000011

Color Harmonies of #F18164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18164

Black with #F18164

Text Example


Text Example

White with #F18164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18164; }

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

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

background-color css

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

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

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

border-color css

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

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

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