#FA203F

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

Shades of Torch Red #FA203F

Tints of Torch Red #FA203F

Color information

#FA203F (or 0xFA203F) is unknown color: approx Torch Red. HEX triplet: FA, 20 and 3F. RGB value is (250,32,63). Sum of RGB (Red+Green+Blue) = 250+32+63=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA203F is #05DFC0. Grayscale: #646464. Windows color (decimal): -384961 or 4137210. OLE color: 4137210.

HSL color Cylindrical-coordinate representation of color #FA203F: hue angle of 351.47º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA203F is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB2503263-
CMYK00.870.750.02
HSL351.47º95.61%55.29%-
HSV(B)351.47º87.2%98.04%-
XYZ40.8421.726.74-
YUV100.72106.72234.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 72.46%
GREEN value IS 32 (12.89% from 255) = 9.28%
BLUE value IS 63 (25% from 255) = 18.26%
R=72.46%
G=9.28%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250326300.870.750.02351.4795.6155.29
HexFA203F0574B215f6037
Octal37240770127113253714067
Binary11111010100000111111010101111001011101010111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA203F; }

 p { color: rgb(250,32,63); }

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

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

 a { background-color: rgb(250,32,63); }

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

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

 span { border-color: rgb(250,32,63); }

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