Html Css Color HEX #FF6460 Bittersweet

📋 copy color: '#FF6460'

red 255 ◦ green 100 ◦ blue 96

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

Shades of Bittersweet #FF6460

Tints of Bittersweet #FF6460

RGB

 RED value IS 255 (100% from 255) = 56.54%

 GREEN value IS 100 (39.45% from 255) = 22.17%

 BLUE value IS 96 (37.89% from 255) = 21.29%

R = 56.54%
G = 22.17%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF6460 (or 0xFF6460) is known color: Bittersweet. HEX triplet: FF, 64 and 60. RGB value is (255,100,96). Sum of RGB (Red+Green+Blue) = 255+100+96=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6460 is #009B9F. Grayscale: #929292. Windows color (decimal): -39840 or 6317311. OLE color: 6317311.

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

Color convert

RGB 255 100 96 -
CMYK 0 0.61 0.62 0
HSL 1.51º 1% 0.69% -
HSV(B) 1.51º 0.62% 1% -
XYZ 47.91 31.22 14.57 -
YUV 145.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 255 100 96 0 0.61 0.62 0 1.51 1 0.69
Hex FF 64 60 0 3D 3E 0 2 64 45
Octal 377 144 140 0 75 76 0 2 144 105
Binary 11111111 1100100 1100000 0 111101 111110 0 10 1100100 1000101

Color Harmonies of #FF6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6460

Black with #FF6460

Text Example


Text Example

White with #FF6460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6460; }

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

 H1.HeaderClassName
 {
   color: #FF6460;
 }
 .AnyTagClassName
 {
   color: #FF6460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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