#FF6360

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

Shades of Bittersweet #FF6360

Tints of Bittersweet #FF6360

Color information

#FF6360 (or 0xFF6360) is unknown color: approx Bittersweet. HEX triplet: FF, 63 and 60. RGB value is (255,99,96). Sum of RGB (Red+Green+Blue) = 255+99+96=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6360 is #009C9F. Grayscale: #919191. Windows color (decimal): -40096 or 6317055. OLE color: 6317055.

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

Color convert

RGB2559996-
CMYK00.610.620
HSL1.13º100%68.82%-
HSV(B)1.13º62.35%100%-
XYZ47.8131.0314.54-
YUV145.3100.18206.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=56.67%
G=22%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255999600.610.6201.1310068.82
HexFF636003D3E016445
Octal3771431400757601144105
Binary111111111100011110000001111011111100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6360; }

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

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

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

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

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

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

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

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