#FD7162

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

Shades of Bittersweet #FD7162

Tints of Bittersweet #FD7162

Color information

#FD7162 (or 0xFD7162) is unknown color: approx Bittersweet. HEX triplet: FD, 71 and 62. RGB value is (253,113,98). Sum of RGB (Red+Green+Blue) = 253+113+98=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7162 is #028E9D. Grayscale: #999999. Windows color (decimal): -167582 or 6451709. OLE color: 6451709.

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

Color convert

RGB25311398-
CMYK00.550.610.01
HSL5.81º97.48%68.82%-
HSV(B)5.81º61.26%99.22%-
XYZ48.6233.5715.47-
YUV153.1596.88199.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.53%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 98 (38.67% from 255) = 21.12%
R=54.53%
G=24.35%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531139800.550.610.015.8197.4868.82
HexFD71620373D166145
Octal3751611420677516141105
Binary11111101111000111000100110111111101111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7162; }

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

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

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

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

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

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

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

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