Html Css Color HEX #F1836F Salmon

📋 copy color: '#F1836F'

red 241 ◦ green 131 ◦ blue 111

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

Shades of Salmon #F1836F

Tints of Salmon #F1836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.98%

R = 49.9%
G = 27.12%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1836F (or 0xF1836F) is known color: Salmon. HEX triplet: F1, 83 and 6F. RGB value is (241,131,111). Sum of RGB (Red+Green+Blue) = 241+131+111=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1836F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1836F is #0E7C90. Grayscale: #A1A1A1. Windows color (decimal): -949393 or 7308273. OLE color: 7308273.

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

Color convert

RGB 241 131 111 -
CMYK 0 0.46 0.54 0.05
HSL 9.23º 0.82% 0.69% -
HSV(B) 9.23º 0.54% 0.95% -
XYZ 47.26 36.08 19.51 -
YUV 161.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 241 131 111 0 0.46 0.54 0.05 9.23 0.82 0.69
Hex F1 83 6F 0 2E 36 5 9 52 45
Octal 361 203 157 0 56 66 5 11 122 105
Binary 11110001 10000011 1101111 0 101110 110110 101 1001 1010010 1000101

Color Harmonies of #F1836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1836F

Black with #F1836F

Text Example


Text Example

White with #F1836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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