#FA6461

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

Shades of Bittersweet #FA6461

Tints of Bittersweet #FA6461

Color information

#FA6461 (or 0xFA6461) is unknown color: approx Bittersweet. HEX triplet: FA, 64 and 61. RGB value is (250,100,97). Sum of RGB (Red+Green+Blue) = 250+100+97=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6461 is #059B9E. Grayscale: #909090. Windows color (decimal): -367519 or 6382842. OLE color: 6382842.

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

Color convert

RGB25010097-
CMYK00.60.610.02
HSL1.18º93.87%68.04%-
HSV(B)1.18º61.2%98.04%-
XYZ46.1430.314.73-
YUV144.51101.2203.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.93%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=55.93%
G=22.37%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501009700.60.610.021.1893.8768.04
HexFA646103C3D215e44
Octal3721441410747521136104
Binary1111101011001001100001011110011110110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6461; }

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

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

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

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

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

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

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

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