Html Css Color HEX #FE6E60 Bittersweet

📋 copy color: '#FE6E60'

red 254 ◦ green 110 ◦ blue 96

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

Shades of Bittersweet #FE6E60

Tints of Bittersweet #FE6E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.91%

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

R = 55.22%
G = 23.91%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE6E60 (or 0xFE6E60) is known color: Bittersweet. HEX triplet: FE, 6E and 60. RGB value is (254,110,96). Sum of RGB (Red+Green+Blue) = 254+110+96=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6E60 is #01919F. Grayscale: #979797. Windows color (decimal): -102816 or 6319870. OLE color: 6319870.

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

Color convert

RGB 254 110 96 -
CMYK 0 0.57 0.62 0.00
HSL 5.32º 0.99% 0.69% -
HSV(B) 5.32º 0.62% 1% -
XYZ 48.56 33.07 14.89 -
YUV 151.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 254 110 96 0 0.57 0.62 0.00 5.32 0.99 0.69
Hex FE 6E 60 0 39 3E 0 5 63 45
Octal 376 156 140 0 71 76 0 5 143 105
Binary 11111110 1101110 1100000 0 111001 111110 0 101 1100011 1000101

Color Harmonies of #FE6E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6E60

Black with #FE6E60

Text Example


Text Example

White with #FE6E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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