Html Css Color HEX #F19C80 Dark Salmon

📋 copy color: '#F19C80'

red 241 ◦ green 156 ◦ blue 128

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

Shades of Dark Salmon #F19C80

Tints of Dark Salmon #F19C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.71%

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

R = 45.9%
G = 29.71%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F19C80 (or 0xF19C80) is known color: Dark Salmon. HEX triplet: F1, 9C and 80. RGB value is (241,156,128). Sum of RGB (Red+Green+Blue) = 241+156+128=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C80 is #0E637F. Grayscale: #B2B2B2. Windows color (decimal): -942976 or 8428785. OLE color: 8428785.

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

Color convert

RGB 241 156 128 -
CMYK 0 0.35 0.47 0.05
HSL 14.87º 0.8% 0.72% -
HSV(B) 14.87º 0.47% 0.95% -
XYZ 52.06 44.04 26.18 -
YUV 178.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 241 156 128 0 0.35 0.47 0.05 14.87 0.8 0.72
Hex F1 9C 80 0 23 2F 5 F 50 48
Octal 361 234 200 0 43 57 5 17 120 110
Binary 11110001 10011100 10000000 0 100011 101111 101 1111 1010000 1001000

Color Harmonies of #F19C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C80

Black with #F19C80

Text Example


Text Example

White with #F19C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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