#FD7566

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

Shades of Bittersweet #FD7566

Tints of Bittersweet #FD7566

Color information

#FD7566 (or 0xFD7566) is unknown color: approx Bittersweet. HEX triplet: FD, 75 and 66. RGB value is (253,117,102). Sum of RGB (Red+Green+Blue) = 253+117+102=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7566 is #028A99. Grayscale: #9C9C9C. Windows color (decimal): -166554 or 6714877. OLE color: 6714877.

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

Color convert

RGB253117102-
CMYK00.540.600.01
HSL5.96º97.42%69.61%-
HSV(B)5.96º59.68%99.22%-
XYZ49.2734.5616.65-
YUV155.9597.56197.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.60%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 102 (40.23% from 255) = 21.61%
R=53.60%
G=24.79%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311710200.540.600.015.9697.4269.61
HexFD75660363C166146
Octal3751651460667416141106
Binary11111101111010111001100110110111100111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7566; }

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

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

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

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

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

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

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

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