Html Css Color HEX #FF6461 Bittersweet

📋 copy color: '#FF6461'

red 255 ◦ green 100 ◦ blue 97

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

Shades of Bittersweet #FF6461

Tints of Bittersweet #FF6461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.46%

R = 56.42%
G = 22.12%
B = 21.46%

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

#FF6461 (or 0xFF6461) is known color: Bittersweet. HEX triplet: FF, 64 and 61. RGB value is (255,100,97). Sum of RGB (Red+Green+Blue) = 255+100+97=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6461 is #009B9E. Grayscale: #929292. Windows color (decimal): -39839 or 6382847. OLE color: 6382847.

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

Color convert

RGB 255 100 97 -
CMYK 0 0.61 0.62 0
HSL 1.14º 1% 0.69% -
HSV(B) 1.14º 0.62% 1% -
XYZ 47.95 31.24 14.81 -
YUV 146 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 255 100 97 0 0.61 0.62 0 1.14 1 0.69
Hex FF 64 61 0 3D 3E 0 1 64 45
Octal 377 144 141 0 75 76 0 1 144 105
Binary 11111111 1100100 1100001 0 111101 111110 0 1 1100100 1000101

Color Harmonies of #FF6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6461

Black with #FF6461

Text Example


Text Example

White with #FF6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6461; }

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

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

background-color css

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

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

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

border-color css

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

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

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