#FE6D60

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

Shades of Bittersweet #FE6D60

Tints of Bittersweet #FE6D60

Color information

#FE6D60 (or 0xFE6D60) is unknown color: approx Bittersweet. HEX triplet: FE, 6D and 60. RGB value is (254,109,96). Sum of RGB (Red+Green+Blue) = 254+109+96=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6D60 is #01929F. Grayscale: #979797. Windows color (decimal): -103072 or 6319614. OLE color: 6319614.

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

Color convert

RGB25410996-
CMYK00.570.620.00
HSL4.94º98.75%68.63%-
HSV(B)4.94º62.2%99.61%-
XYZ48.4532.8514.85-
YUV150.8797.04201.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.34%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=55.34%
G=23.75%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541099600.570.620.004.9498.7568.63
HexFE6D600393E056345
Octal3761551400717605143105
Binary11111110110110111000000111001111110010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6D60; }

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

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

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

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

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

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

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

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