Html Css Color HEX #F19878 Dark Salmon

📋 copy color: '#F19878'

red 241 ◦ green 152 ◦ blue 120

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

Shades of Dark Salmon #F19878

Tints of Dark Salmon #F19878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.39%

R = 46.98%
G = 29.63%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F19878 (or 0xF19878) is known color: Dark Salmon. HEX triplet: F1, 98 and 78. RGB value is (241,152,120). Sum of RGB (Red+Green+Blue) = 241+152+120=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F19878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19878 is #0E6787. Grayscale: #AFAFAF. Windows color (decimal): -944008 or 7903473. OLE color: 7903473.

HSL color Cylindrical-coordinate representation of color #F19878: hue angle of 15.87º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F19878 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 152 120 -
CMYK 0 0.37 0.50 0.05
HSL 15.87º 0.81% 0.71% -
HSV(B) 15.87º 0.5% 0.95% -
XYZ 50.89 42.51 23.29 -
YUV 174.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 241 152 120 0 0.37 0.50 0.05 15.87 0.81 0.71
Hex F1 98 78 0 25 32 5 10 51 47
Octal 361 230 170 0 45 62 5 20 121 107
Binary 11110001 10011000 1111000 0 100101 110010 101 10000 1010001 1000111

Color Harmonies of #F19878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19878

Black with #F19878

Text Example


Text Example

White with #F19878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19878; }

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

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

background-color css

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

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

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

border-color css

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

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

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