#FD7068

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

Shades of Bittersweet #FD7068

Tints of Bittersweet #FD7068

Color information

#FD7068 (or 0xFD7068) is unknown color: approx Bittersweet. HEX triplet: FD, 70 and 68. RGB value is (253,112,104). Sum of RGB (Red+Green+Blue) = 253+112+104=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7068 is #028F97. Grayscale: #999999. Windows color (decimal): -167832 or 6844669. OLE color: 6844669.

HSL color Cylindrical-coordinate representation of color #FD7068: hue angle of 3.22º 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 #FD7068 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB253112104-
CMYK00.560.590.01
HSL3.22º97.39%70%-
HSV(B)3.22º58.89%99.22%-
XYZ48.833.4716.99-
YUV153.25100.21199.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.94%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=53.94%
G=23.88%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311210400.560.590.013.2297.3970
HexFD70680383B136146
Octal3751601500707313141106
Binary1111110111100001101000011100011101111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7068; }

 p { color: rgb(253,112,104); }

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

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

 a { background-color: rgb(253,112,104); }

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

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

 span { border-color: rgb(253,112,104); }

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