Html Css Color HEX #F18A70 Salmon

📋 copy color: '#F18A70'

red 241 ◦ green 138 ◦ blue 112

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

Shades of Salmon #F18A70

Tints of Salmon #F18A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.11%

 BLUE value IS 112 (44.14% from 255) = 22.81%

R = 49.08%
G = 28.11%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F18A70 (or 0xF18A70) is known color: Salmon. HEX triplet: F1, 8A and 70. RGB value is (241,138,112). Sum of RGB (Red+Green+Blue) = 241+138+112=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A70 is #0E758F. Grayscale: #A6A6A6. Windows color (decimal): -947600 or 7375601. OLE color: 7375601.

HSL color Cylindrical-coordinate representation of color #F18A70: hue angle of 12.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F18A70 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 138 112 -
CMYK 0 0.43 0.54 0.05
HSL 12.09º 0.82% 0.69% -
HSV(B) 12.09º 0.54% 0.95% -
XYZ 48.29 38.05 20.13 -
YUV 165.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 241 138 112 0 0.43 0.54 0.05 12.09 0.82 0.69
Hex F1 8A 70 0 2B 36 5 C 52 45
Octal 361 212 160 0 53 66 5 14 122 105
Binary 11110001 10001010 1110000 0 101011 110110 101 1100 1010010 1000101

Color Harmonies of #F18A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A70

Black with #F18A70

Text Example


Text Example

White with #F18A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A70; }

 p { color: rgb(241,138,112); }

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

background-color css

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

 a { background-color: rgb(241,138,112); }

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

border-color css

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

 span { border-color: rgb(241,138,112); }

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