Html Css Color HEX #FE7160 Bittersweet

📋 copy color: '#FE7160'

red 254 ◦ green 113 ◦ blue 96

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

Shades of Bittersweet #FE7160

Tints of Bittersweet #FE7160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 54.86%
G = 24.41%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE7160 (or 0xFE7160) is known color: Bittersweet. HEX triplet: FE, 71 and 60. RGB value is (254,113,96). Sum of RGB (Red+Green+Blue) = 254+113+96=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7160 is #018E9F. Grayscale: #999999. Windows color (decimal): -102048 or 6320638. OLE color: 6320638.

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

Color convert

RGB 254 113 96 -
CMYK 0 0.56 0.62 0.00
HSL 6.46º 0.99% 0.69% -
HSV(B) 6.46º 0.62% 1% -
XYZ 48.89 33.73 15 -
YUV 153.22 95.71 199.88 -
System Red Green Blue C M Y K H S L
Decimal 254 113 96 0 0.56 0.62 0.00 6.46 0.99 0.69
Hex FE 71 60 0 38 3E 0 6 63 45
Octal 376 161 140 0 70 76 0 6 143 105
Binary 11111110 1110001 1100000 0 111000 111110 0 110 1100011 1000101

Color Harmonies of #FE7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7160

Black with #FE7160

Text Example


Text Example

White with #FE7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7160; }

 p { color: rgb(254,113,96); }

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

background-color css

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

 a { background-color: rgb(254,113,96); }

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

border-color css

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

 span { border-color: rgb(254,113,96); }

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