Html Css Color HEX #F19271 Dark Salmon

📋 copy color: '#F19271'

red 241 ◦ green 146 ◦ blue 113

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

Shades of Dark Salmon #F19271

Tints of Dark Salmon #F19271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.2%

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

R = 48.2%
G = 29.2%
B = 22.6%

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

#F19271 (or 0xF19271) is known color: Dark Salmon. HEX triplet: F1, 92 and 71. RGB value is (241,146,113). Sum of RGB (Red+Green+Blue) = 241+146+113=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F19271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19271 is #0E6D8E. Grayscale: #AAAAAA. Windows color (decimal): -945551 or 7443185. OLE color: 7443185.

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

Color convert

RGB 241 146 113 -
CMYK 0 0.39 0.53 0.05
HSL 15.47º 0.82% 0.69% -
HSV(B) 15.47º 0.53% 0.95% -
XYZ 49.54 40.45 20.82 -
YUV 170.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 241 146 113 0 0.39 0.53 0.05 15.47 0.82 0.69
Hex F1 92 71 0 27 35 5 F 52 45
Octal 361 222 161 0 47 65 5 17 122 105
Binary 11110001 10010010 1110001 0 100111 110101 101 1111 1010010 1000101

Color Harmonies of #F19271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19271

Black with #F19271

Text Example


Text Example

White with #F19271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19271; }

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

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

background-color css

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

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

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

border-color css

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

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

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