Html Css Color HEX #F18474 Salmon

📋 copy color: '#F18474'

red 241 ◦ green 132 ◦ blue 116

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

Shades of Salmon #F18474

Tints of Salmon #F18474

RGB

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

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

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

R = 49.28%
G = 26.99%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F18474 (or 0xF18474) is known color: Salmon. HEX triplet: F1, 84 and 74. RGB value is (241,132,116). Sum of RGB (Red+Green+Blue) = 241+132+116=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F18474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18474 is #0E7B8B. Grayscale: #A2A2A2. Windows color (decimal): -949132 or 7636209. OLE color: 7636209.

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

Color convert

RGB 241 132 116 -
CMYK 0 0.45 0.52 0.05
HSL 7.68º 0.82% 0.7% -
HSV(B) 7.68º 0.52% 0.95% -
XYZ 47.68 36.46 21.05 -
YUV 162.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 241 132 116 0 0.45 0.52 0.05 7.68 0.82 0.7
Hex F1 84 74 0 2D 34 5 8 52 46
Octal 361 204 164 0 55 64 5 10 122 106
Binary 11110001 10000100 1110100 0 101101 110100 101 1000 1010010 1000110

Color Harmonies of #F18474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18474

Black with #F18474

Text Example


Text Example

White with #F18474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18474; }

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

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

background-color css

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

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

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

border-color css

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

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

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