Html Css Color HEX #FA7263 Bittersweet

📋 copy color: '#FA7263'

red 250 ◦ green 114 ◦ blue 99

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

Shades of Bittersweet #FA7263

Tints of Bittersweet #FA7263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.62%

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

R = 54%
G = 24.62%
B = 21.38%

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

#FA7263 (or 0xFA7263) is known color: Bittersweet. HEX triplet: FA, 72 and 63. RGB value is (250,114,99). Sum of RGB (Red+Green+Blue) = 250+114+99=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7263 is #058D9C. Grayscale: #999999. Windows color (decimal): -363933 or 6517498. OLE color: 6517498.

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

Color convert

RGB 250 114 99 -
CMYK 0 0.54 0.60 0.02
HSL 5.96º 0.94% 0.68% -
HSV(B) 5.96º 0.6% 0.98% -
XYZ 47.69 33.26 15.71 -
YUV 152.95 97.56 197.22 -
System Red Green Blue C M Y K H S L
Decimal 250 114 99 0 0.54 0.60 0.02 5.96 0.94 0.68
Hex FA 72 63 0 36 3C 2 6 5E 44
Octal 372 162 143 0 66 74 2 6 136 104
Binary 11111010 1110010 1100011 0 110110 111100 10 110 1011110 1000100

Color Harmonies of #FA7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7263

Black with #FA7263

Text Example


Text Example

White with #FA7263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7263; }

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

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

background-color css

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

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

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

border-color css

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

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

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