Html Css Color HEX #F16B64 Bittersweet

📋 copy color: '#F16B64'

red 241 ◦ green 107 ◦ blue 100

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

Shades of Bittersweet #F16B64

Tints of Bittersweet #F16B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.88%

 BLUE value IS 100 (39.45% from 255) = 22.32%

R = 53.79%
G = 23.88%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F16B64 (or 0xF16B64) is known color: Bittersweet. HEX triplet: F1, 6B and 64. RGB value is (241,107,100). Sum of RGB (Red+Green+Blue) = 241+107+100=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B64 is #0E949B. Grayscale: #929292. Windows color (decimal): -955548 or 6581233. OLE color: 6581233.

HSL color Cylindrical-coordinate representation of color #F16B64: hue angle of 2.98º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16B64 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 107 100 -
CMYK 0 0.56 0.59 0.05
HSL 2.98º 0.83% 0.67% -
HSV(B) 2.98º 0.59% 0.95% -
XYZ 43.83 30.14 15.56 -
YUV 146.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 241 107 100 0 0.56 0.59 0.05 2.98 0.83 0.67
Hex F1 6B 64 0 38 3B 5 3 53 43
Octal 361 153 144 0 70 73 5 3 123 103
Binary 11110001 1101011 1100100 0 111000 111011 101 11 1010011 1000011

Color Harmonies of #F16B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B64

Black with #F16B64

Text Example


Text Example

White with #F16B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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