Html Css Color HEX #F19882 Dark Salmon

📋 copy color: '#F19882'

red 241 ◦ green 152 ◦ blue 130

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

Shades of Dark Salmon #F19882

Tints of Dark Salmon #F19882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.86%

R = 46.08%
G = 29.06%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F19882 (or 0xF19882) is known color: Dark Salmon. HEX triplet: F1, 98 and 82. RGB value is (241,152,130). Sum of RGB (Red+Green+Blue) = 241+152+130=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F19882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19882 is #0E677D. Grayscale: #B0B0B0. Windows color (decimal): -943998 or 8558833. OLE color: 8558833.

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

Color convert

RGB 241 152 130 -
CMYK 0 0.37 0.46 0.05
HSL 11.89º 0.8% 0.73% -
HSV(B) 11.89º 0.46% 0.95% -
XYZ 51.53 42.77 26.66 -
YUV 176.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 241 152 130 0 0.37 0.46 0.05 11.89 0.8 0.73
Hex F1 98 82 0 25 2E 5 C 50 49
Octal 361 230 202 0 45 56 5 14 120 111
Binary 11110001 10011000 10000010 0 100101 101110 101 1100 1010000 1001001

Color Harmonies of #F19882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19882

Black with #F19882

Text Example


Text Example

White with #F19882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19882; }

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

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

background-color css

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

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

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

border-color css

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

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

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