Html Css Color HEX #F19471 Dark Salmon

📋 copy color: '#F19471'

red 241 ◦ green 148 ◦ blue 113

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

Shades of Dark Salmon #F19471

Tints of Dark Salmon #F19471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

 BLUE value IS 113 (44.53% from 255) = 22.51%

R = 48.01%
G = 29.48%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F19471 (or 0xF19471) is known color: Dark Salmon. HEX triplet: F1, 94 and 71. RGB value is (241,148,113). Sum of RGB (Red+Green+Blue) = 241+148+113=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F19471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19471 is #0E6B8E. Grayscale: #ACACAC. Windows color (decimal): -945039 or 7443697. OLE color: 7443697.

HSL color Cylindrical-coordinate representation of color #F19471: hue angle of 16.41º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F19471 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 148 113 -
CMYK 0 0.39 0.53 0.05
HSL 16.41º 0.82% 0.69% -
HSV(B) 16.41º 0.53% 0.95% -
XYZ 49.85 41.07 20.92 -
YUV 171.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 241 148 113 0 0.39 0.53 0.05 16.41 0.82 0.69
Hex F1 94 71 0 27 35 5 10 52 45
Octal 361 224 161 0 47 65 5 20 122 105
Binary 11110001 10010100 1110001 0 100111 110101 101 10000 1010010 1000101

Color Harmonies of #F19471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19471

Black with #F19471

Text Example


Text Example

White with #F19471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19471; }

 p { color: rgb(241,148,113); }

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

background-color css

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

 a { background-color: rgb(241,148,113); }

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

border-color css

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

 span { border-color: rgb(241,148,113); }

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