Html Css Color HEX #F16E5E Bittersweet

📋 copy color: '#F16E5E'

red 241 ◦ green 110 ◦ blue 94

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

Shades of Bittersweet #F16E5E

Tints of Bittersweet #F16E5E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.72%

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 54.16%
G = 24.72%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F16E5E (or 0xF16E5E) is known color: Bittersweet. HEX triplet: F1, 6E and 5E. RGB value is (241,110,94). Sum of RGB (Red+Green+Blue) = 241+110+94=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E5E is #0E91A1. Grayscale: #939393. Windows color (decimal): -954786 or 6188785. OLE color: 6188785.

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

Color convert

RGB 241 110 94 -
CMYK 0 0.54 0.61 0.05
HSL 6.53º 0.84% 0.66% -
HSV(B) 6.53º 0.61% 0.95% -
XYZ 43.87 30.66 14.2 -
YUV 147.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 241 110 94 0 0.54 0.61 0.05 6.53 0.84 0.66
Hex F1 6E 5E 0 36 3D 5 7 54 42
Octal 361 156 136 0 66 75 5 7 124 102
Binary 11110001 1101110 1011110 0 110110 111101 101 111 1010100 1000010

Color Harmonies of #F16E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16E5E

Black with #F16E5E

Text Example


Text Example

White with #F16E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16E5E; }

 p { color: rgb(241,110,94); }

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

background-color css

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

 a { background-color: rgb(241,110,94); }

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

border-color css

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

 span { border-color: rgb(241,110,94); }

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