Html Css Color HEX #FE7560 Bittersweet

📋 copy color: '#FE7560'

red 254 ◦ green 117 ◦ blue 96

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

Shades of Bittersweet #FE7560

Tints of Bittersweet #FE7560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

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

R = 54.39%
G = 25.05%
B = 20.56%

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

#FE7560 (or 0xFE7560) is known color: Bittersweet. HEX triplet: FE, 75 and 60. RGB value is (254,117,96). Sum of RGB (Red+Green+Blue) = 254+117+96=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7560 is #018A9F. Grayscale: #9B9B9B. Windows color (decimal): -101024 or 6321662. OLE color: 6321662.

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

Color convert

RGB 254 117 96 -
CMYK 0 0.54 0.62 0.00
HSL 7.97º 0.99% 0.69% -
HSV(B) 7.97º 0.62% 1% -
XYZ 49.35 34.64 15.15 -
YUV 155.57 94.39 198.21 -
System Red Green Blue C M Y K H S L
Decimal 254 117 96 0 0.54 0.62 0.00 7.97 0.99 0.69
Hex FE 75 60 0 36 3E 0 8 63 45
Octal 376 165 140 0 66 76 0 10 143 105
Binary 11111110 1110101 1100000 0 110110 111110 0 1000 1100011 1000101

Color Harmonies of #FE7560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7560

Black with #FE7560

Text Example


Text Example

White with #FE7560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7560; }

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

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

background-color css

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

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

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

border-color css

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

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

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