Html Css Color HEX #F18478 Salmon

📋 copy color: '#F18478'

red 241 ◦ green 132 ◦ blue 120

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

Shades of Salmon #F18478

Tints of Salmon #F18478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.77%

 BLUE value IS 120 (47.27% from 255) = 24.34%

R = 48.88%
G = 26.77%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F18478 (or 0xF18478) is known color: Salmon. HEX triplet: F1, 84 and 78. RGB value is (241,132,120). Sum of RGB (Red+Green+Blue) = 241+132+120=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F18478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18478 is #0E7B87. Grayscale: #A3A3A3. Windows color (decimal): -949128 or 7898353. OLE color: 7898353.

HSL color Cylindrical-coordinate representation of color #F18478: hue angle of 5.95º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F18478 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 132 120 -
CMYK 0 0.45 0.50 0.05
HSL 5.95º 0.81% 0.71% -
HSV(B) 5.95º 0.5% 0.95% -
XYZ 47.92 36.56 22.3 -
YUV 163.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 241 132 120 0 0.45 0.50 0.05 5.95 0.81 0.71
Hex F1 84 78 0 2D 32 5 6 51 47
Octal 361 204 170 0 55 62 5 6 121 107
Binary 11110001 10000100 1111000 0 101101 110010 101 110 1010001 1000111

Color Harmonies of #F18478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18478

Black with #F18478

Text Example


Text Example

White with #F18478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18478; }

 p { color: rgb(241,132,120); }

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

background-color css

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

 a { background-color: rgb(241,132,120); }

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

border-color css

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

 span { border-color: rgb(241,132,120); }

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