#FA6358

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

Shades of Bittersweet #FA6358

Tints of Bittersweet #FA6358

Color information

#FA6358 (or 0xFA6358) is unknown color: approx Bittersweet. HEX triplet: FA, 63 and 58. RGB value is (250,99,88). Sum of RGB (Red+Green+Blue) = 250+99+88=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6358 is #059CA7. Grayscale: #8F8F8F. Windows color (decimal): -367784 or 5792762. OLE color: 5792762.

HSL color Cylindrical-coordinate representation of color #FA6358: hue angle of 4.07º 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 #FA6358 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB2509988-
CMYK00.600.650.02
HSL4.07º94.19%66.27%-
HSV(B)4.07º64.8%98.04%-
XYZ45.6529.9512.61-
YUV142.997.03204.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.21%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 88 (34.77% from 255) = 20.14%
R=57.21%
G=22.65%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250998800.600.650.024.0794.1966.27
HexFA635803C41245e42
Octal37214313007410124136102
Binary1111101011000111011000011110010000011010010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6358; }

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

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

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

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

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

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

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

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