Html Css Color HEX #FE7461 Bittersweet

📋 copy color: '#FE7461'

red 254 ◦ green 116 ◦ blue 97

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

Shades of Bittersweet #FE7461

Tints of Bittersweet #FE7461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.84%

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

R = 54.39%
G = 24.84%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE7461 (or 0xFE7461) is known color: Bittersweet. HEX triplet: FE, 74 and 61. RGB value is (254,116,97). Sum of RGB (Red+Green+Blue) = 254+116+97=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7461 is #018B9E. Grayscale: #9B9B9B. Windows color (decimal): -101279 or 6386942. OLE color: 6386942.

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

Color convert

RGB 254 116 97 -
CMYK 0 0.54 0.62 0.00
HSL 7.26º 0.99% 0.69% -
HSV(B) 7.26º 0.62% 1% -
XYZ 49.28 34.42 15.36 -
YUV 155.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 254 116 97 0 0.54 0.62 0.00 7.26 0.99 0.69
Hex FE 74 61 0 36 3E 0 7 63 45
Octal 376 164 141 0 66 76 0 7 143 105
Binary 11111110 1110100 1100001 0 110110 111110 0 111 1100011 1000101

Color Harmonies of #FE7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7461

Black with #FE7461

Text Example


Text Example

White with #FE7461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7461; }

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

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

background-color css

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

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

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

border-color css

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

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

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