#FE7060

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

Shades of Bittersweet #FE7060

Tints of Bittersweet #FE7060

Color information

#FE7060 (or 0xFE7060) is unknown color: approx Bittersweet. HEX triplet: FE, 70 and 60. RGB value is (254,112,96). Sum of RGB (Red+Green+Blue) = 254+112+96=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7060 is #018F9F. Grayscale: #989898. Windows color (decimal): -102304 or 6320382. OLE color: 6320382.

HSL color Cylindrical-coordinate representation of color #FE7060: hue angle of 6.08º 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 #FE7060 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB25411296-
CMYK00.560.620.00
HSL6.08º98.75%68.63%-
HSV(B)6.08º62.2%99.61%-
XYZ48.7833.514.96-
YUV152.6396.04200.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.98%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 96 (37.89% from 255) = 20.78%
R=54.98%
G=24.24%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541129600.560.620.006.0898.7568.63
HexFE70600383E066345
Octal3761601400707606143105
Binary11111110111000011000000111000111110011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7060; }

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

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

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

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

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

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

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

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