Html Css Color HEX #F1836A Salmon

📋 copy color: '#F1836A'

red 241 ◦ green 131 ◦ blue 106

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

Shades of Salmon #F1836A

Tints of Salmon #F1836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.41%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 50.42%
G = 27.41%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1836A (or 0xF1836A) is known color: Salmon. HEX triplet: F1, 83 and 6A. RGB value is (241,131,106). Sum of RGB (Red+Green+Blue) = 241+131+106=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1836A is #0E7C95. Grayscale: #A1A1A1. Windows color (decimal): -949398 or 6980593. OLE color: 6980593.

HSL color Cylindrical-coordinate representation of color #F1836A: hue angle of 11.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1836A is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 131 106 -
CMYK 0 0.46 0.56 0.05
HSL 11.11º 0.83% 0.68% -
HSV(B) 11.11º 0.56% 0.95% -
XYZ 46.99 35.97 18.1 -
YUV 161.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 241 131 106 0 0.46 0.56 0.05 11.11 0.83 0.68
Hex F1 83 6A 0 2E 38 5 B 53 44
Octal 361 203 152 0 56 70 5 13 123 104
Binary 11110001 10000011 1101010 0 101110 111000 101 1011 1010011 1000100

Color Harmonies of #F1836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1836A

Black with #F1836A

Text Example


Text Example

White with #F1836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1836A; }

 p { color: rgb(241,131,106); }

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

background-color css

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

 a { background-color: rgb(241,131,106); }

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

border-color css

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

 span { border-color: rgb(241,131,106); }

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