#FD7561

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

Shades of Bittersweet #FD7561

Tints of Bittersweet #FD7561

Color information

#FD7561 (or 0xFD7561) is unknown color: approx Bittersweet. HEX triplet: FD, 75 and 61. RGB value is (253,117,97). Sum of RGB (Red+Green+Blue) = 253+117+97=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7561 is #028A9E. Grayscale: #9B9B9B. Windows color (decimal): -166559 or 6387197. OLE color: 6387197.

HSL color Cylindrical-coordinate representation of color #FD7561: hue angle of 7.69º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD7561 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25311797-
CMYK00.540.620.01
HSL7.69º97.5%68.63%-
HSV(B)7.69º61.66%99.22%-
XYZ49.0334.4715.38-
YUV155.3895.06197.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.18%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=54.18%
G=25.05%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531179700.540.620.017.6997.568.63
HexFD75610363E186245
Octal37516514106676110142105
Binary111111011110101110000101101101111101100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7561; }

 p { color: rgb(253,117,97); }

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

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

 a { background-color: rgb(253,117,97); }

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

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

 span { border-color: rgb(253,117,97); }

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