#FF6464

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

Shades of Bittersweet #FF6464

Tints of Bittersweet #FF6464

Color information

#FF6464 (or 0xFF6464) is unknown color: approx Bittersweet. HEX triplet: FF, 64 and 64. RGB value is (255,100,100). Sum of RGB (Red+Green+Blue) = 255+100+100=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6464 is #009B9B. Grayscale: #929292. Windows color (decimal): -39836 or 6579455. OLE color: 6579455.

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

Color convert

RGB255100100-
CMYK00.610.610
HSL100%69.61%-
HSV(B)60.78%100%-
XYZ48.131.2915.56-
YUV146.34101.85205.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=56.04%
G=21.98%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510010000.610.610010069.61
HexFF646403D3D006446
Octal3771441440757500144106
Binary111111111100100110010001111011111010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6464; }

 p { color: rgb(255,100,100); }

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

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

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

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

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

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

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