Html Css Color HEX #F19080 Dark Salmon

📋 copy color: '#F19080'

red 241 ◦ green 144 ◦ blue 128

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

Shades of Dark Salmon #F19080

Tints of Dark Salmon #F19080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.07%

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

R = 46.98%
G = 28.07%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F19080 (or 0xF19080) is known color: Dark Salmon. HEX triplet: F1, 90 and 80. RGB value is (241,144,128). Sum of RGB (Red+Green+Blue) = 241+144+128=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F19080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19080 is #0E6F7F. Grayscale: #ABABAB. Windows color (decimal): -946048 or 8425713. OLE color: 8425713.

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

Color convert

RGB 241 144 128 -
CMYK 0 0.40 0.47 0.05
HSL 8.5º 0.8% 0.72% -
HSV(B) 8.5º 0.47% 0.95% -
XYZ 50.15 40.21 25.54 -
YUV 171.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 241 144 128 0 0.40 0.47 0.05 8.5 0.8 0.72
Hex F1 90 80 0 28 2F 5 8 50 48
Octal 361 220 200 0 50 57 5 10 120 110
Binary 11110001 10010000 10000000 0 101000 101111 101 1000 1010000 1001000

Color Harmonies of #F19080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19080

Black with #F19080

Text Example


Text Example

White with #F19080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19080; }

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

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

background-color css

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

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

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

border-color css

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

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

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