Html Css Color HEX #FE6461 Bittersweet

📋 copy color: '#FE6461'

red 254 ◦ green 100 ◦ blue 97

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

Shades of Bittersweet #FE6461

Tints of Bittersweet #FE6461

RGB

 RED value IS 254 (99.61% from 255) = 56.32%

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

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

R = 56.32%
G = 22.17%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE6461 (or 0xFE6461) is known color: Bittersweet. HEX triplet: FE, 64 and 61. RGB value is (254,100,97). Sum of RGB (Red+Green+Blue) = 254+100+97=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6461 is #019B9E. Grayscale: #919191. Windows color (decimal): -105375 or 6382846. OLE color: 6382846.

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

Color convert

RGB 254 100 97 -
CMYK 0 0.61 0.62 0.00
HSL 1.15º 0.99% 0.69% -
HSV(B) 1.15º 0.62% 1% -
XYZ 47.59 31.05 14.79 -
YUV 145.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 254 100 97 0 0.61 0.62 0.00 1.15 0.99 0.69
Hex FE 64 61 0 3D 3E 0 1 63 45
Octal 376 144 141 0 75 76 0 1 143 105
Binary 11111110 1100100 1100001 0 111101 111110 0 1 1100011 1000101

Color Harmonies of #FE6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6461

Black with #FE6461

Text Example


Text Example

White with #FE6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6461; }

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

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

background-color css

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

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

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

border-color css

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

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

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