#FD6458

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

Shades of Bittersweet #FD6458

Tints of Bittersweet #FD6458

Color information

#FD6458 (or 0xFD6458) is unknown color: approx Bittersweet. HEX triplet: FD, 64 and 58. RGB value is (253,100,88). Sum of RGB (Red+Green+Blue) = 253+100+88=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6458 is #029BA7. Grayscale: #909090. Windows color (decimal): -170920 or 5793021. OLE color: 5793021.

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

Color convert

RGB25310088-
CMYK00.600.650.01
HSL4.36º97.63%66.86%-
HSV(B)4.36º65.22%99.22%-
XYZ46.8330.712.69-
YUV144.3896.19205.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.37%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 88 (34.77% from 255) = 19.95%
R=57.37%
G=22.68%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531008800.600.650.014.3697.6366.86
HexFD645803C41146243
Octal37514413007410114142103
Binary111111011100100101100001111001000001110011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6458; }

 p { color: rgb(253,100,88); }

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

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

 a { background-color: rgb(253,100,88); }

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

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

 span { border-color: rgb(253,100,88); }

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