#FA605F

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

Shades of Bittersweet #FA605F

Tints of Bittersweet #FA605F

Color information

#FA605F (or 0xFA605F) is unknown color: approx Bittersweet. HEX triplet: FA, 60 and 5F. RGB value is (250,96,95). Sum of RGB (Red+Green+Blue) = 250+96+95=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA605F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA605F is #059FA0. Grayscale: #8E8E8E. Windows color (decimal): -368545 or 6250746. OLE color: 6250746.

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

Color convert

RGB2509695-
CMYK00.620.620.02
HSL0.39º93.94%67.65%-
HSV(B)0.39º62%98.04%-
XYZ45.6729.5214.12-
YUV141.93101.52205.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.69%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=56.69%
G=21.77%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250969500.620.620.020.3993.9467.65
HexFA605F03E3E205e44
Octal3721401370767620136104
Binary1111101011000001011111011111011111010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA605F; }

 p { color: rgb(250,96,95); }

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

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

 a { background-color: rgb(250,96,95); }

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

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

 span { border-color: rgb(250,96,95); }

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