Html Css Color HEX #F19B7F Dark Salmon

📋 copy color: '#F19B7F'

red 241 ◦ green 155 ◦ blue 127

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

Shades of Dark Salmon #F19B7F

Tints of Dark Salmon #F19B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.64%

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

R = 46.08%
G = 29.64%
B = 24.28%

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

#F19B7F (or 0xF19B7F) is known color: Dark Salmon. HEX triplet: F1, 9B and 7F. RGB value is (241,155,127). Sum of RGB (Red+Green+Blue) = 241+155+127=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19B7F is #0E6480. Grayscale: #B1B1B1. Windows color (decimal): -943233 or 8362993. OLE color: 8362993.

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

Color convert

RGB 241 155 127 -
CMYK 0 0.36 0.47 0.05
HSL 14.74º 0.8% 0.72% -
HSV(B) 14.74º 0.47% 0.95% -
XYZ 51.83 43.68 25.78 -
YUV 177.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 241 155 127 0 0.36 0.47 0.05 14.74 0.8 0.72
Hex F1 9B 7F 0 24 2F 5 F 50 48
Octal 361 233 177 0 44 57 5 17 120 110
Binary 11110001 10011011 1111111 0 100100 101111 101 1111 1010000 1001000

Color Harmonies of #F19B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B7F

Black with #F19B7F

Text Example


Text Example

White with #F19B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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