Html Css Color HEX #F16561 Bittersweet

📋 copy color: '#F16561'

red 241 ◦ green 101 ◦ blue 97

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

Shades of Bittersweet #F16561

Tints of Bittersweet #F16561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 54.9%
G = 23.01%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F16561 (or 0xF16561) is known color: Bittersweet. HEX triplet: F1, 65 and 61. RGB value is (241,101,97). Sum of RGB (Red+Green+Blue) = 241+101+97=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F16561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16561 is #0E9A9E. Grayscale: #8E8E8E. Windows color (decimal): -957087 or 6383089. OLE color: 6383089.

HSL color Cylindrical-coordinate representation of color #F16561: hue angle of 1.67º 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 #F16561 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 101 97 -
CMYK 0 0.58 0.60 0.05
HSL 1.67º 0.84% 0.66% -
HSV(B) 1.67º 0.6% 0.95% -
XYZ 43.09 28.87 14.61 -
YUV 142.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 241 101 97 0 0.58 0.60 0.05 1.67 0.84 0.66
Hex F1 65 61 0 3A 3C 5 2 54 42
Octal 361 145 141 0 72 74 5 2 124 102
Binary 11110001 1100101 1100001 0 111010 111100 101 10 1010100 1000010

Color Harmonies of #F16561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16561

Black with #F16561

Text Example


Text Example

White with #F16561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16561; }

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

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

background-color css

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

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

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

border-color css

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

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

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