Html Css Color HEX #F18063 Salmon

📋 copy color: '#F18063'

red 241 ◦ green 128 ◦ blue 99

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

Shades of Salmon #F18063

Tints of Salmon #F18063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.35%

 BLUE value IS 99 (39.06% from 255) = 21.15%

R = 51.5%
G = 27.35%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F18063 (or 0xF18063) is known color: Salmon. HEX triplet: F1, 80 and 63. RGB value is (241,128,99). Sum of RGB (Red+Green+Blue) = 241+128+99=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F18063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18063 is #0E7F9C. Grayscale: #9E9E9E. Windows color (decimal): -950173 or 6521073. OLE color: 6521073.

HSL color Cylindrical-coordinate representation of color #F18063: hue angle of 12.25º degrees, saturation: 0.84, 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 #F18063 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 99 -
CMYK 0 0.47 0.59 0.05
HSL 12.25º 0.84% 0.67% -
HSV(B) 12.25º 0.59% 0.95% -
XYZ 46.25 35.04 16.13 -
YUV 158.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 241 128 99 0 0.47 0.59 0.05 12.25 0.84 0.67
Hex F1 80 63 0 2F 3B 5 C 54 43
Octal 361 200 143 0 57 73 5 14 124 103
Binary 11110001 10000000 1100011 0 101111 111011 101 1100 1010100 1000011

Color Harmonies of #F18063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18063

Black with #F18063

Text Example


Text Example

White with #F18063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18063; }

 p { color: rgb(241,128,99); }

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

background-color css

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

 a { background-color: rgb(241,128,99); }

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

border-color css

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

 span { border-color: rgb(241,128,99); }

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