Html Css Color HEX #F18167 Salmon

📋 copy color: '#F18167'

red 241 ◦ green 129 ◦ blue 103

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

Shades of Salmon #F18167

Tints of Salmon #F18167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.78%

R = 50.95%
G = 27.27%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F18167 (or 0xF18167) is known color: Salmon. HEX triplet: F1, 81 and 67. RGB value is (241,129,103). Sum of RGB (Red+Green+Blue) = 241+129+103=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F18167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18167 is #0E7E98. Grayscale: #9F9F9F. Windows color (decimal): -949913 or 6783473. OLE color: 6783473.

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

Color convert

RGB 241 129 103 -
CMYK 0 0.46 0.57 0.05
HSL 11.3º 0.83% 0.67% -
HSV(B) 11.3º 0.57% 0.95% -
XYZ 46.57 35.38 17.21 -
YUV 159.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 241 129 103 0 0.46 0.57 0.05 11.3 0.83 0.67
Hex F1 81 67 0 2E 39 5 B 53 43
Octal 361 201 147 0 56 71 5 13 123 103
Binary 11110001 10000001 1100111 0 101110 111001 101 1011 1010011 1000011

Color Harmonies of #F18167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18167

Black with #F18167

Text Example


Text Example

White with #F18167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18167; }

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

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

background-color css

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

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

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

border-color css

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

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

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