#F27661

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

Shades of Bittersweet #F27661

Tints of Bittersweet #F27661

Color information

#F27661 (or 0xF27661) is unknown color: approx Bittersweet. HEX triplet: F2, 76 and 61. RGB value is (242,118,97). Sum of RGB (Red+Green+Blue) = 242+118+97=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F27661 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27661 is #0D899E. Grayscale: #989898. Windows color (decimal): -887199 or 6387442. OLE color: 6387442.

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

Color convert

RGB24211897-
CMYK00.510.600.05
HSL8.69º84.8%66.47%-
HSV(B)8.69º59.92%94.9%-
XYZ45.2532.715.24-
YUV152.6896.58191.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=52.95%
G=25.82%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421189700.510.600.058.6984.866.47
HexF276610333C595542
Octal36216614106374511125102
Binary11110010111011011000010110011111100101100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27661; }

 p { color: rgb(242,118,97); }

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

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

 a { background-color: rgb(242,118,97); }

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

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

 span { border-color: rgb(242,118,97); }

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