#FF7463

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

Shades of Bittersweet #FF7463

Tints of Bittersweet #FF7463

Color information

#FF7463 (or 0xFF7463) is unknown color: approx Bittersweet. HEX triplet: FF, 74 and 63. RGB value is (255,116,99). Sum of RGB (Red+Green+Blue) = 255+116+99=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7463 is #008B9C. Grayscale: #9B9B9B. Windows color (decimal): -35741 or 6518015. OLE color: 6518015.

HSL color Cylindrical-coordinate representation of color #FF7463: hue angle of 6.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF7463 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB25511699-
CMYK00.550.610
HSL6.54º100%69.41%-
HSV(B)6.54º61.18%100%-
XYZ49.7434.6515.87-
YUV155.6296.05198.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 99 (39.06% from 255) = 21.06%
R=54.26%
G=24.68%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551169900.550.6106.5410069.41
HexFF74630373D076445
Octal3771641430677507144105
Binary11111111111010011000110110111111101011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7463; }

 p { color: rgb(255,116,99); }

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

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

 a { background-color: rgb(255,116,99); }

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

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

 span { border-color: rgb(255,116,99); }

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