Html Css Color HEX #F16461 Bittersweet

📋 copy color: '#F16461'

red 241 ◦ green 100 ◦ blue 97

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

Shades of Bittersweet #F16461

Tints of Bittersweet #F16461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.83%

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

R = 55.02%
G = 22.83%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F16461 (or 0xF16461) is known color: Bittersweet. HEX triplet: F1, 64 and 61. RGB value is (241,100,97). Sum of RGB (Red+Green+Blue) = 241+100+97=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F16461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16461 is #0E9B9E. Grayscale: #8D8D8D. Windows color (decimal): -957343 or 6382833. OLE color: 6382833.

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

Color convert

RGB 241 100 97 -
CMYK 0 0.59 0.60 0.05
HSL 1.25º 0.84% 0.66% -
HSV(B) 1.25º 0.6% 0.95% -
XYZ 42.99 28.68 14.58 -
YUV 141.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 241 100 97 0 0.59 0.60 0.05 1.25 0.84 0.66
Hex F1 64 61 0 3B 3C 5 1 54 42
Octal 361 144 141 0 73 74 5 1 124 102
Binary 11110001 1100100 1100001 0 111011 111100 101 1 1010100 1000010

Color Harmonies of #F16461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16461

Black with #F16461

Text Example


Text Example

White with #F16461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16461; }

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

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

background-color css

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

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

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

border-color css

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

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

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