#FA6458

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

Shades of Bittersweet #FA6458

Tints of Bittersweet #FA6458

Color information

#FA6458 (or 0xFA6458) is unknown color: approx Bittersweet. HEX triplet: FA, 64 and 58. RGB value is (250,100,88). Sum of RGB (Red+Green+Blue) = 250+100+88=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6458 is #059BA7. Grayscale: #8F8F8F. Windows color (decimal): -367528 or 5793018. OLE color: 5793018.

HSL color Cylindrical-coordinate representation of color #FA6458: hue angle of 4.44º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA6458 is Cyan = 0, Magento = 0.6, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB25010088-
CMYK00.60.650.02
HSL4.44º94.19%66.27%-
HSV(B)4.44º64.8%98.04%-
XYZ45.7430.1412.64-
YUV143.4896.7203.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.08%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 88 (34.77% from 255) = 20.09%
R=57.08%
G=22.83%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501008800.60.650.024.4494.1966.27
HexFA645803C41245e42
Octal37214413007410124136102
Binary1111101011001001011000011110010000011010010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6458; }

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

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

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

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

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

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

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

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