Html Css Color HEX #F18870 Salmon

📋 copy color: '#F18870'

red 241 ◦ green 136 ◦ blue 112

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

Shades of Salmon #F18870

Tints of Salmon #F18870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.81%

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

R = 49.28%
G = 27.81%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F18870 (or 0xF18870) is known color: Salmon. HEX triplet: F1, 88 and 70. RGB value is (241,136,112). Sum of RGB (Red+Green+Blue) = 241+136+112=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F18870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18870 is #0E778F. Grayscale: #A4A4A4. Windows color (decimal): -948112 or 7375089. OLE color: 7375089.

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

Color convert

RGB 241 136 112 -
CMYK 0 0.44 0.54 0.05
HSL 11.16º 0.82% 0.69% -
HSV(B) 11.16º 0.54% 0.95% -
XYZ 48 37.48 20.03 -
YUV 164.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 241 136 112 0 0.44 0.54 0.05 11.16 0.82 0.69
Hex F1 88 70 0 2C 36 5 B 52 45
Octal 361 210 160 0 54 66 5 13 122 105
Binary 11110001 10001000 1110000 0 101100 110110 101 1011 1010010 1000101

Color Harmonies of #F18870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18870

Black with #F18870

Text Example


Text Example

White with #F18870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18870; }

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

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

background-color css

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

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

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

border-color css

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

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

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