Html Css Color HEX #FE7265 Bittersweet

📋 copy color: '#FE7265'

red 254 ◦ green 114 ◦ blue 101

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

Shades of Bittersweet #FE7265

Tints of Bittersweet #FE7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.31%

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

R = 54.16%
G = 24.31%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE7265 (or 0xFE7265) is known color: Bittersweet. HEX triplet: FE, 72 and 65. RGB value is (254,114,101). Sum of RGB (Red+Green+Blue) = 254+114+101=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7265 is #018D9A. Grayscale: #9A9A9A. Windows color (decimal): -101787 or 6648574. OLE color: 6648574.

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

Color convert

RGB 254 114 101 -
CMYK 0 0.55 0.60 0.00
HSL 5.1º 0.99% 0.7% -
HSV(B) 5.1º 0.6% 1% -
XYZ 49.24 34.05 16.29 -
YUV 154.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 254 114 101 0 0.55 0.60 0.00 5.1 0.99 0.7
Hex FE 72 65 0 37 3C 0 5 63 46
Octal 376 162 145 0 67 74 0 5 143 106
Binary 11111110 1110010 1100101 0 110111 111100 0 101 1100011 1000110

Color Harmonies of #FE7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7265

Black with #FE7265

Text Example


Text Example

White with #FE7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7265; }

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

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

background-color css

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

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

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

border-color css

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

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

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