Html Css Color HEX #F19A7F Dark Salmon

📋 copy color: '#F19A7F'

red 241 ◦ green 154 ◦ blue 127

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

Shades of Dark Salmon #F19A7F

Tints of Dark Salmon #F19A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

 BLUE value IS 127 (50% from 255) = 24.33%

R = 46.17%
G = 29.5%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F19A7F (or 0xF19A7F) is known color: Dark Salmon. HEX triplet: F1, 9A and 7F. RGB value is (241,154,127). Sum of RGB (Red+Green+Blue) = 241+154+127=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A7F is #0E6580. Grayscale: #B1B1B1. Windows color (decimal): -943489 or 8362737. OLE color: 8362737.

HSL color Cylindrical-coordinate representation of color #F19A7F: hue angle of 14.21º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F19A7F is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 154 127 -
CMYK 0 0.36 0.47 0.05
HSL 14.21º 0.8% 0.72% -
HSV(B) 14.21º 0.47% 0.95% -
XYZ 51.66 43.34 25.72 -
YUV 176.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 241 154 127 0 0.36 0.47 0.05 14.21 0.8 0.72
Hex F1 9A 7F 0 24 2F 5 E 50 48
Octal 361 232 177 0 44 57 5 16 120 110
Binary 11110001 10011010 1111111 0 100100 101111 101 1110 1010000 1001000

Color Harmonies of #F19A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A7F

Black with #F19A7F

Text Example


Text Example

White with #F19A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A7F; }

 p { color: rgb(241,154,127); }

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

background-color css

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

 a { background-color: rgb(241,154,127); }

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

border-color css

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

 span { border-color: rgb(241,154,127); }

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