#FF6361

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

Shades of Bittersweet #FF6361

Tints of Bittersweet #FF6361

Color information

#FF6361 (or 0xFF6361) is unknown color: approx Bittersweet. HEX triplet: FF, 63 and 61. RGB value is (255,99,97). Sum of RGB (Red+Green+Blue) = 255+99+97=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6361 is #009C9E. Grayscale: #919191. Windows color (decimal): -40095 or 6382591. OLE color: 6382591.

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

Color convert

RGB2559997-
CMYK00.610.620
HSL0.76º100%69.02%-
HSV(B)0.76º61.96%100%-
XYZ47.8631.0514.78-
YUV145.42100.68206.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.54%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=56.54%
G=21.95%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255999700.610.6200.7610069.02
HexFF636103D3E016445
Octal3771431410757601144105
Binary111111111100011110000101111011111100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6361; }

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

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

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

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

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

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

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

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