Html Css Color HEX #F16160 Bittersweet

📋 copy color: '#F16160'

red 241 ◦ green 97 ◦ blue 96

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

Shades of Bittersweet #F16160

Tints of Bittersweet #F16160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.35%

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 55.53%
G = 22.35%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F16160 (or 0xF16160) is known color: Bittersweet. HEX triplet: F1, 61 and 60. RGB value is (241,97,96). Sum of RGB (Red+Green+Blue) = 241+97+96=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F16160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16160 is #0E9E9F. Grayscale: #8C8C8C. Windows color (decimal): -958112 or 6316529. OLE color: 6316529.

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

Color convert

RGB 241 97 96 -
CMYK 0 0.60 0.60 0.05
HSL 0.41º 0.84% 0.66% -
HSV(B) 0.41º 0.6% 0.95% -
XYZ 42.66 28.09 14.24 -
YUV 139.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 241 97 96 0 0.60 0.60 0.05 0.41 0.84 0.66
Hex F1 61 60 0 3C 3C 5 0 54 42
Octal 361 141 140 0 74 74 5 0 124 102
Binary 11110001 1100001 1100000 0 111100 111100 101 0 1010100 1000010

Color Harmonies of #F16160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16160

Black with #F16160

Text Example


Text Example

White with #F16160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16160; }

 p { color: rgb(241,97,96); }

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

background-color css

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

 a { background-color: rgb(241,97,96); }

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

border-color css

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

 span { border-color: rgb(241,97,96); }

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