Html Css Color HEX #F19877 Dark Salmon

📋 copy color: '#F19877'

red 241 ◦ green 152 ◦ blue 119

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

Shades of Dark Salmon #F19877

Tints of Dark Salmon #F19877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.24%

R = 47.07%
G = 29.69%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F19877 (or 0xF19877) is known color: Dark Salmon. HEX triplet: F1, 98 and 77. RGB value is (241,152,119). Sum of RGB (Red+Green+Blue) = 241+152+119=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F19877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19877 is #0E6788. Grayscale: #AFAFAF. Windows color (decimal): -944009 or 7837937. OLE color: 7837937.

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

Color convert

RGB 241 152 119 -
CMYK 0 0.37 0.51 0.05
HSL 16.23º 0.81% 0.71% -
HSV(B) 16.23º 0.51% 0.95% -
XYZ 50.83 42.49 22.97 -
YUV 174.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 241 152 119 0 0.37 0.51 0.05 16.23 0.81 0.71
Hex F1 98 77 0 25 33 5 10 51 47
Octal 361 230 167 0 45 63 5 20 121 107
Binary 11110001 10011000 1110111 0 100101 110011 101 10000 1010001 1000111

Color Harmonies of #F19877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19877

Black with #F19877

Text Example


Text Example

White with #F19877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19877; }

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

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

background-color css

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

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

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

border-color css

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

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

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