Html Css Color HEX #F16661 Bittersweet

📋 copy color: '#F16661'

red 241 ◦ green 102 ◦ blue 97

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

Shades of Bittersweet #F16661

Tints of Bittersweet #F16661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.18%

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

R = 54.77%
G = 23.18%
B = 22.05%

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

#F16661 (or 0xF16661) is known color: Bittersweet. HEX triplet: F1, 66 and 61. RGB value is (241,102,97). Sum of RGB (Red+Green+Blue) = 241+102+97=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F16661 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16661 is #0E999E. Grayscale: #8F8F8F. Windows color (decimal): -956831 or 6383345. OLE color: 6383345.

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

Color convert

RGB 241 102 97 -
CMYK 0 0.58 0.60 0.05
HSL 2.08º 0.84% 0.66% -
HSV(B) 2.08º 0.6% 0.95% -
XYZ 43.18 29.07 14.64 -
YUV 142.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 241 102 97 0 0.58 0.60 0.05 2.08 0.84 0.66
Hex F1 66 61 0 3A 3C 5 2 54 42
Octal 361 146 141 0 72 74 5 2 124 102
Binary 11110001 1100110 1100001 0 111010 111100 101 10 1010100 1000010

Color Harmonies of #F16661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16661

Black with #F16661

Text Example


Text Example

White with #F16661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16661; }

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

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

background-color css

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

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

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

border-color css

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

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

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