#FD7365

Color #FD7365 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #FD7365

Tints of Bittersweet #FD7365

Color information

#FD7365 (or 0xFD7365) is unknown color: approx Bittersweet. HEX triplet: FD, 73 and 65. RGB value is (253,115,101). Sum of RGB (Red+Green+Blue) = 253+115+101=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7365 is #028C9A. Grayscale: #9A9A9A. Windows color (decimal): -167067 or 6648829. OLE color: 6648829.

HSL color Cylindrical-coordinate representation of color #FD7365: hue angle of 5.53º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD7365 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253115101-
CMYK00.550.600.01
HSL5.53º97.44%69.41%-
HSV(B)5.53º60.08%99.22%-
XYZ48.9934.0816.31-
YUV154.6797.72198.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.94%
GREEN value IS 115 (45.31% from 255) = 24.52%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=53.94%
G=24.52%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311510100.550.600.015.5397.4469.41
HexFD73650373C166145
Octal3751631450677416141105
Binary11111101111001111001010110111111100111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7365; }

 p { color: rgb(253,115,101); }

 H1.HeaderClassName
 {
   color: #FD7365;
 }
 .AnyTagClassName
 {
   color: #FD7365;
 }
</style>
background-color css

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

 a { background-color: rgb(253,115,101); }

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

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

 span { border-color: rgb(253,115,101); }

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