Html Css Color HEX #F19170 Dark Salmon

📋 copy color: '#F19170'

red 241 ◦ green 145 ◦ blue 112

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

Shades of Dark Salmon #F19170

Tints of Dark Salmon #F19170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.12%

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

R = 48.39%
G = 29.12%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F19170 (or 0xF19170) is known color: Dark Salmon. HEX triplet: F1, 91 and 70. RGB value is (241,145,112). Sum of RGB (Red+Green+Blue) = 241+145+112=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F19170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19170 is #0E6E8F. Grayscale: #AAAAAA. Windows color (decimal): -945808 or 7377393. OLE color: 7377393.

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

Color convert

RGB 241 145 112 -
CMYK 0 0.40 0.54 0.05
HSL 15.35º 0.82% 0.69% -
HSV(B) 15.35º 0.54% 0.95% -
XYZ 49.33 40.12 20.47 -
YUV 169.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 241 145 112 0 0.40 0.54 0.05 15.35 0.82 0.69
Hex F1 91 70 0 28 36 5 F 52 45
Octal 361 221 160 0 50 66 5 17 122 105
Binary 11110001 10010001 1110000 0 101000 110110 101 1111 1010010 1000101

Color Harmonies of #F19170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19170

Black with #F19170

Text Example


Text Example

White with #F19170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19170; }

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

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

background-color css

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

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

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

border-color css

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

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

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