#FE6361

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

Shades of Bittersweet #FE6361

Tints of Bittersweet #FE6361

Color information

#FE6361 (or 0xFE6361) is unknown color: approx Bittersweet. HEX triplet: FE, 63 and 61. RGB value is (254,99,97). Sum of RGB (Red+Green+Blue) = 254+99+97=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6361 is #019C9E. Grayscale: #919191. Windows color (decimal): -105631 or 6382590. OLE color: 6382590.

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

Color convert

RGB2549997-
CMYK00.610.620.00
HSL0.76º98.74%68.82%-
HSV(B)0.76º61.81%99.61%-
XYZ47.4930.8614.76-
YUV145.12100.85205.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.44%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=56.44%
G=22%
B=21.56%

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
Decimal254999700.610.620.000.7698.7468.82
HexFE636103D3E016345
Octal3761431410757601143105
Binary111111101100011110000101111011111100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6361; }

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

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

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

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

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

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

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

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