Html Css Color HEX #F19E7E Dark Salmon

📋 copy color: '#F19E7E'

red 241 ◦ green 158 ◦ blue 126

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

Shades of Dark Salmon #F19E7E

Tints of Dark Salmon #F19E7E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.1%

 BLUE value IS 126 (49.61% from 255) = 24%

R = 45.9%
G = 30.1%
B = 24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F19E7E (or 0xF19E7E) is known color: Dark Salmon. HEX triplet: F1, 9E and 7E. RGB value is (241,158,126). Sum of RGB (Red+Green+Blue) = 241+158+126=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19E7E is #0E6181. Grayscale: #B3B3B3. Windows color (decimal): -942466 or 8298225. OLE color: 8298225.

HSL color Cylindrical-coordinate representation of color #F19E7E: hue angle of 16.7º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F19E7E is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 158 126 -
CMYK 0 0.34 0.48 0.05
HSL 16.7º 0.8% 0.72% -
HSV(B) 16.7º 0.48% 0.95% -
XYZ 52.27 44.66 25.6 -
YUV 179.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 241 158 126 0 0.34 0.48 0.05 16.7 0.8 0.72
Hex F1 9E 7E 0 22 30 5 11 50 48
Octal 361 236 176 0 42 60 5 21 120 110
Binary 11110001 10011110 1111110 0 100010 110000 101 10001 1010000 1001000

Color Harmonies of #F19E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19E7E

Black with #F19E7E

Text Example


Text Example

White with #F19E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19E7E; }

 p { color: rgb(241,158,126); }

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

background-color css

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

 a { background-color: rgb(241,158,126); }

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

border-color css

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

 span { border-color: rgb(241,158,126); }

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