Html Css Color HEX #FA153F Torch Red

📋 copy color: '#FA153F'

red 250 ◦ green 21 ◦ blue 63

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

Shades of Torch Red #FA153F

Tints of Torch Red #FA153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.29%

 BLUE value IS 63 (25% from 255) = 18.86%

R = 74.85%
G = 6.29%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA153F (or 0xFA153F) is known color: Torch Red. HEX triplet: FA, 15 and 3F. RGB value is (250,21,63). Sum of RGB (Red+Green+Blue) = 250+21+63=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA153F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA153F is #05EAC0. Grayscale: #5E5E5E. Windows color (decimal): -387777 or 4134394. OLE color: 4134394.

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

Color convert

RGB 250 21 63 -
CMYK 0 0.92 0.75 0.02
HSL 349º 0.96% 0.53% -
HSV(B) 349º 0.92% 0.98% -
XYZ 40.59 21.22 6.66 -
YUV 94.26 110.37 239.08 -
System Red Green Blue C M Y K H S L
Decimal 250 21 63 0 0.92 0.75 0.02 349 0.96 0.53
Hex FA 15 3F 0 5C 4B 2 15D 60 35
Octal 372 25 77 0 134 113 2 535 140 65
Binary 11111010 10101 111111 0 1011100 1001011 10 101011101 1100000 110101

Color Harmonies of #FA153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA153F

Black with #FA153F

Text Example


Text Example

White with #FA153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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