Html Css Color HEX #F1856C Salmon

📋 copy color: '#F1856C'

red 241 ◦ green 133 ◦ blue 108

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

Shades of Salmon #F1856C

Tints of Salmon #F1856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 50%
G = 27.59%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1856C (or 0xF1856C) is known color: Salmon. HEX triplet: F1, 85 and 6C. RGB value is (241,133,108). Sum of RGB (Red+Green+Blue) = 241+133+108=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1856C is #0E7A93. Grayscale: #A2A2A2. Windows color (decimal): -948884 or 7112177. OLE color: 7112177.

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

Color convert

RGB 241 133 108 -
CMYK 0 0.45 0.55 0.05
HSL 11.28º 0.83% 0.68% -
HSV(B) 11.28º 0.55% 0.95% -
XYZ 47.37 36.56 18.75 -
YUV 162.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 241 133 108 0 0.45 0.55 0.05 11.28 0.83 0.68
Hex F1 85 6C 0 2D 37 5 B 53 44
Octal 361 205 154 0 55 67 5 13 123 104
Binary 11110001 10000101 1101100 0 101101 110111 101 1011 1010011 1000100

Color Harmonies of #F1856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1856C

Black with #F1856C

Text Example


Text Example

White with #F1856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1856C; }

 p { color: rgb(241,133,108); }

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

background-color css

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

 a { background-color: rgb(241,133,108); }

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

border-color css

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

 span { border-color: rgb(241,133,108); }

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