#FA7467

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

Shades of Bittersweet #FA7467

Tints of Bittersweet #FA7467

Color information

#FA7467 (or 0xFA7467) is unknown color: approx Bittersweet. HEX triplet: FA, 74 and 67. RGB value is (250,116,103). Sum of RGB (Red+Green+Blue) = 250+116+103=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7467 is #058B98. Grayscale: #9A9A9A. Windows color (decimal): -363417 or 6780154. OLE color: 6780154.

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

Color convert

RGB250116103-
CMYK00.540.590.02
HSL5.31º93.63%69.22%-
HSV(B)5.31º58.8%98.04%-
XYZ48.1233.7916.82-
YUV154.5898.89196.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.30%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=53.30%
G=24.73%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011610300.540.590.025.3193.6369.22
HexFA74670363B255e45
Octal3721641470667325136105
Binary111110101110100110011101101101110111010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7467; }

 p { color: rgb(250,116,103); }

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

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

 a { background-color: rgb(250,116,103); }

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

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

 span { border-color: rgb(250,116,103); }

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