Html Css Color HEX #FF6464 Bittersweet

📋 copy color: '#FF6464'

red 255 ◦ green 100 ◦ blue 100

#FF6464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #FF6464

Tints of Bittersweet #FF6464

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 value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF6464 (or 0xFF6464) is known color: 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

RGB 255 100 100 -
CMYK 0 0.61 0.61 0
HSL 1% 0.7% -
HSV(B) 0.61% 1% -
XYZ 48.1 31.29 15.56 -
YUV 146.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 255 100 100 0 0.61 0.61 0 0 1 0.7
Hex FF 64 64 0 3D 3D 0 0 64 46
Octal 377 144 144 0 75 75 0 0 144 106
Binary 11111111 1100100 1100100 0 111101 111101 0 0 1100100 1000110

Color Harmonies of #FF6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6464

Black with #FF6464

Text Example


Text Example

White with #FF6464

Text Example


Text Example

HTML Codes & Css Web 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>