#F16F61

Color #F16F61 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #F16F61

Tints of Bittersweet #F16F61

Color information

#F16F61 (or 0xF16F61) is unknown color: approx Bittersweet. HEX triplet: F1, 6F and 61. RGB value is (241,111,97). Sum of RGB (Red+Green+Blue) = 241+111+97=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F61 is #0E909E. Grayscale: #949494. Windows color (decimal): -954527 or 6385649. OLE color: 6385649.

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

Color convert

RGB24111197-
CMYK00.540.600.05
HSL5.83º83.72%66.27%-
HSV(B)5.83º59.75%94.51%-
XYZ44.1230.9314.95-
YUV148.2799.07194.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.67%
GREEN value IS 111 (43.75% from 255) = 24.72%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=53.67%
G=24.72%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411119700.540.600.055.8383.7266.27
HexF16F610363C565442
Octal3611571410667456124102
Binary1111000111011111100001011011011110010111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16F61; }

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

 H1.HeaderClassName
 {
   color: #F16F61;
 }
 .AnyTagClassName
 {
   color: #F16F61;
 }
</style>
background-color css

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

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

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

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

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

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