Html Css Color HEX #FA0231 Torch Red

📋 copy color: '#FA0231'

red 250 ◦ green 2 ◦ blue 49

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

Shades of Torch Red #FA0231

Tints of Torch Red #FA0231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 83.06%
G = 0.66%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA0231 (or 0xFA0231) is known color: Torch Red. HEX triplet: FA, 02 and 31. RGB value is (250,2,49). Sum of RGB (Red+Green+Blue) = 250+2+49=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0231 is #05FDCE. Grayscale: #515151. Windows color (decimal): -392655 or 3212026. OLE color: 3212026.

HSL color Cylindrical-coordinate representation of color #FA0231: hue angle of 348.63º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0231 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 2 49 -
CMYK 0 0.99 0.80 0.02
HSL 348.63º 0.98% 0.49% -
HSV(B) 348.63º 0.99% 0.98% -
XYZ 40 20.59 4.77 -
YUV 81.51 109.66 248.18 -
System Red Green Blue C M Y K H S L
Decimal 250 2 49 0 0.99 0.80 0.02 348.63 0.98 0.49
Hex FA 2 31 0 63 50 2 15D 62 31
Octal 372 2 61 0 143 120 2 535 142 61
Binary 11111010 10 110001 0 1100011 1010000 10 101011101 1100010 110001

Color Harmonies of #FA0231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0231

Black with #FA0231

Text Example


Text Example

White with #FA0231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0231; }

 p { color: rgb(250,2,49); }

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

background-color css

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

 a { background-color: rgb(250,2,49); }

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

border-color css

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

 span { border-color: rgb(250,2,49); }

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