#FD7167

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

Shades of Bittersweet #FD7167

Tints of Bittersweet #FD7167

Color information

#FD7167 (or 0xFD7167) is unknown color: approx Bittersweet. HEX triplet: FD, 71 and 67. RGB value is (253,113,103). Sum of RGB (Red+Green+Blue) = 253+113+103=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7167 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7167 is #028E98. Grayscale: #999999. Windows color (decimal): -167577 or 6779389. OLE color: 6779389.

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

Color convert

RGB253113103-
CMYK00.550.590.01
HSL97.4%69.8%-
HSV(B)59.29%99.22%-
XYZ48.8633.6716.76-
YUV153.7299.38198.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.94%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=53.94%
G=24.09%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311310300.550.590.01497.469.8
HexFD71670373B146146
Octal3751611470677314141106
Binary11111101111000111001110110111111011110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7167; }

 p { color: rgb(253,113,103); }

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

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

 a { background-color: rgb(253,113,103); }

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

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

 span { border-color: rgb(253,113,103); }

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