Html Css Color HEX #F19A80 Dark Salmon

📋 copy color: '#F19A80'

red 241 ◦ green 154 ◦ blue 128

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

Shades of Dark Salmon #F19A80

Tints of Dark Salmon #F19A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.45%

 BLUE value IS 128 (50.39% from 255) = 24.47%

R = 46.08%
G = 29.45%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F19A80 (or 0xF19A80) is known color: Dark Salmon. HEX triplet: F1, 9A and 80. RGB value is (241,154,128). Sum of RGB (Red+Green+Blue) = 241+154+128=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A80 is #0E657F. Grayscale: #B1B1B1. Windows color (decimal): -943488 or 8428273. OLE color: 8428273.

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

Color convert

RGB 241 154 128 -
CMYK 0 0.36 0.47 0.05
HSL 13.81º 0.8% 0.72% -
HSV(B) 13.81º 0.47% 0.95% -
XYZ 51.73 43.37 26.07 -
YUV 177.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 241 154 128 0 0.36 0.47 0.05 13.81 0.8 0.72
Hex F1 9A 80 0 24 2F 5 E 50 48
Octal 361 232 200 0 44 57 5 16 120 110
Binary 11110001 10011010 10000000 0 100100 101111 101 1110 1010000 1001000

Color Harmonies of #F19A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A80

Black with #F19A80

Text Example


Text Example

White with #F19A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A80; }

 p { color: rgb(241,154,128); }

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

background-color css

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

 a { background-color: rgb(241,154,128); }

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

border-color css

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

 span { border-color: rgb(241,154,128); }

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