Html Css Color HEX #FA7463 Bittersweet

📋 copy color: '#FA7463'

red 250 ◦ green 116 ◦ blue 99

#FA7463
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #FA7463

Tints of Bittersweet #FA7463

RGB

 RED value IS 250 (98.05% from 255) = 53.76%

 GREEN value IS 116 (45.7% from 255) = 24.95%

 BLUE value IS 99 (39.06% from 255) = 21.29%

R = 53.76%
G = 24.95%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA7463 (or 0xFA7463) is known color: Bittersweet. HEX triplet: FA, 74 and 63. RGB value is (250,116,99). Sum of RGB (Red+Green+Blue) = 250+116+99=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7463 is #058B9C. Grayscale: #9A9A9A. Windows color (decimal): -363421 or 6518010. OLE color: 6518010.

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

Color convert

RGB 250 116 99 -
CMYK 0 0.54 0.60 0.02
HSL 6.75º 0.94% 0.68% -
HSV(B) 6.75º 0.6% 0.98% -
XYZ 47.92 33.72 15.79 -
YUV 154.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 250 116 99 0 0.54 0.60 0.02 6.75 0.94 0.68
Hex FA 74 63 0 36 3C 2 7 5E 44
Octal 372 164 143 0 66 74 2 7 136 104
Binary 11111010 1110100 1100011 0 110110 111100 10 111 1011110 1000100

Color Harmonies of #FA7463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7463

Black with #FA7463

Text Example


Text Example

White with #FA7463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7463; }

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

 H1.HeaderClassName
 {
   color: #FA7463;
 }
 .AnyTagClassName
 {
   color: #FA7463;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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