#FE6261

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

Shades of Bittersweet #FE6261

Tints of Bittersweet #FE6261

Color information

#FE6261 (or 0xFE6261) is unknown color: approx Bittersweet. HEX triplet: FE, 62 and 61. RGB value is (254,98,97). Sum of RGB (Red+Green+Blue) = 254+98+97=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6261 is #019D9E. Grayscale: #909090. Windows color (decimal): -105887 or 6382334. OLE color: 6382334.

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

Color convert

RGB2549897-
CMYK00.610.620.00
HSL0.38º98.74%68.82%-
HSV(B)0.38º61.81%99.61%-
XYZ47.430.6714.73-
YUV144.53101.18206.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.57%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=56.57%
G=21.83%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254989700.610.620.000.3898.7468.82
HexFE626103D3E006345
Octal3761421410757600143105
Binary111111101100010110000101111011111100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6261; }

 p { color: rgb(254,98,97); }

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

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

 a { background-color: rgb(254,98,97); }

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

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

 span { border-color: rgb(254,98,97); }

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