Html Css Color HEX #FA7360 Bittersweet

📋 copy color: '#FA7360'

red 250 ◦ green 115 ◦ blue 96

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

Shades of Bittersweet #FA7360

Tints of Bittersweet #FA7360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.95%

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 54.23%
G = 24.95%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA7360 (or 0xFA7360) is known color: Bittersweet. HEX triplet: FA, 73 and 60. RGB value is (250,115,96). Sum of RGB (Red+Green+Blue) = 250+115+96=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7360 is #058C9F. Grayscale: #999999. Windows color (decimal): -363680 or 6321146. OLE color: 6321146.

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

Color convert

RGB 250 115 96 -
CMYK 0 0.54 0.62 0.02
HSL 7.4º 0.94% 0.68% -
HSV(B) 7.4º 0.62% 0.98% -
XYZ 47.67 33.43 15.01 -
YUV 153.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 250 115 96 0 0.54 0.62 0.02 7.4 0.94 0.68
Hex FA 73 60 0 36 3E 2 7 5E 44
Octal 372 163 140 0 66 76 2 7 136 104
Binary 11111010 1110011 1100000 0 110110 111110 10 111 1011110 1000100

Color Harmonies of #FA7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7360

Black with #FA7360

Text Example


Text Example

White with #FA7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7360; }

 p { color: rgb(250,115,96); }

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

background-color css

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

 a { background-color: rgb(250,115,96); }

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

border-color css

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

 span { border-color: rgb(250,115,96); }

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