#FE6B60

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

Shades of Bittersweet #FE6B60

Tints of Bittersweet #FE6B60

Color information

#FE6B60 (or 0xFE6B60) is unknown color: approx Bittersweet. HEX triplet: FE, 6B and 60. RGB value is (254,107,96). Sum of RGB (Red+Green+Blue) = 254+107+96=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6B60 is #01949F. Grayscale: #959595. Windows color (decimal): -103584 or 6319102. OLE color: 6319102.

HSL color Cylindrical-coordinate representation of color #FE6B60: hue angle of 4.18º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE6B60 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB25410796-
CMYK00.580.620.00
HSL4.18º98.75%68.63%-
HSV(B)4.18º62.2%99.61%-
XYZ48.2432.4314.78-
YUV149.797.7202.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.58%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=55.58%
G=23.41%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541079600.580.620.004.1898.7568.63
HexFE6B6003A3E046345
Octal3761531400727604143105
Binary11111110110101111000000111010111110010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6B60; }

 p { color: rgb(254,107,96); }

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

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

 a { background-color: rgb(254,107,96); }

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

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

 span { border-color: rgb(254,107,96); }

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