Html Css Color HEX #FE7565 Bittersweet

📋 copy color: '#FE7565'

red 254 ◦ green 117 ◦ blue 101

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

Shades of Bittersweet #FE7565

Tints of Bittersweet #FE7565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 53.81%
G = 24.79%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE7565 (or 0xFE7565) is known color: Bittersweet. HEX triplet: FE, 75 and 65. RGB value is (254,117,101). Sum of RGB (Red+Green+Blue) = 254+117+101=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7565 is #018A9A. Grayscale: #9C9C9C. Windows color (decimal): -101019 or 6649342. OLE color: 6649342.

HSL color Cylindrical-coordinate representation of color #FE7565: hue angle of 6.27º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE7565 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 117 101 -
CMYK 0 0.54 0.60 0.00
HSL 6.27º 0.99% 0.7% -
HSV(B) 6.27º 0.6% 1% -
XYZ 49.58 34.73 16.4 -
YUV 156.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 254 117 101 0 0.54 0.60 0.00 6.27 0.99 0.7
Hex FE 75 65 0 36 3C 0 6 63 46
Octal 376 165 145 0 66 74 0 6 143 106
Binary 11111110 1110101 1100101 0 110110 111100 0 110 1100011 1000110

Color Harmonies of #FE7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7565

Black with #FE7565

Text Example


Text Example

White with #FE7565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7565; }

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

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

background-color css

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

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

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

border-color css

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

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

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