#FA6B61

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

Shades of Bittersweet #FA6B61

Tints of Bittersweet #FA6B61

Color information

#FA6B61 (or 0xFA6B61) is unknown color: approx Bittersweet. HEX triplet: FA, 6B and 61. RGB value is (250,107,97). Sum of RGB (Red+Green+Blue) = 250+107+97=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B61 is #05949E. Grayscale: #949494. Windows color (decimal): -365727 or 6384634. OLE color: 6384634.

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

Color convert

RGB25010797-
CMYK00.570.610.02
HSL3.92º93.87%68.04%-
HSV(B)3.92º61.2%98.04%-
XYZ46.8431.714.96-
YUV148.6298.88200.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.07%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=55.07%
G=23.57%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501079700.570.610.023.9293.8768.04
HexFA6B610393D245e44
Octal3721531410717524136104
Binary111110101101011110000101110011111011010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6B61; }

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

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

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

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

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

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

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

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