Html Css Color HEX #F19982 Dark Salmon

📋 copy color: '#F19982'

red 241 ◦ green 153 ◦ blue 130

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

Shades of Dark Salmon #F19982

Tints of Dark Salmon #F19982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.2%

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

R = 45.99%
G = 29.2%
B = 24.81%

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

#F19982 (or 0xF19982) is known color: Dark Salmon. HEX triplet: F1, 99 and 82. RGB value is (241,153,130). Sum of RGB (Red+Green+Blue) = 241+153+130=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F19982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19982 is #0E667D. Grayscale: #B0B0B0. Windows color (decimal): -943742 or 8559089. OLE color: 8559089.

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

Color convert

RGB 241 153 130 -
CMYK 0 0.37 0.46 0.05
HSL 12.43º 0.8% 0.73% -
HSV(B) 12.43º 0.46% 0.95% -
XYZ 51.7 43.09 26.71 -
YUV 176.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 241 153 130 0 0.37 0.46 0.05 12.43 0.8 0.73
Hex F1 99 82 0 25 2E 5 C 50 49
Octal 361 231 202 0 45 56 5 14 120 111
Binary 11110001 10011001 10000010 0 100101 101110 101 1100 1010000 1001001

Color Harmonies of #F19982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19982

Black with #F19982

Text Example


Text Example

White with #F19982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19982; }

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

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

background-color css

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

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

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

border-color css

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

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

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