Html Css Color HEX #F19880 Dark Salmon

📋 copy color: '#F19880'

red 241 ◦ green 152 ◦ blue 128

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

Shades of Dark Salmon #F19880

Tints of Dark Salmon #F19880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.17%

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

R = 46.26%
G = 29.17%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F19880 (or 0xF19880) is known color: Dark Salmon. HEX triplet: F1, 98 and 80. RGB value is (241,152,128). Sum of RGB (Red+Green+Blue) = 241+152+128=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F19880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19880 is #0E677F. Grayscale: #B0B0B0. Windows color (decimal): -944000 or 8427761. OLE color: 8427761.

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

Color convert

RGB 241 152 128 -
CMYK 0 0.37 0.47 0.05
HSL 12.74º 0.8% 0.72% -
HSV(B) 12.74º 0.47% 0.95% -
XYZ 51.4 42.72 25.96 -
YUV 175.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 241 152 128 0 0.37 0.47 0.05 12.74 0.8 0.72
Hex F1 98 80 0 25 2F 5 D 50 48
Octal 361 230 200 0 45 57 5 15 120 110
Binary 11110001 10011000 10000000 0 100101 101111 101 1101 1010000 1001000

Color Harmonies of #F19880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19880

Black with #F19880

Text Example


Text Example

White with #F19880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19880; }

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

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

background-color css

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

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

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

border-color css

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

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

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