Html Css Color HEX #FA0F3A Torch Red

📋 copy color: '#FA0F3A'

red 250 ◦ green 15 ◦ blue 58

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

Shades of Torch Red #FA0F3A

Tints of Torch Red #FA0F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.64%

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 77.4%
G = 4.64%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA0F3A (or 0xFA0F3A) is known color: Torch Red. HEX triplet: FA, 0F and 3A. RGB value is (250,15,58). Sum of RGB (Red+Green+Blue) = 250+15+58=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0F3A is #05F0C5. Grayscale: #5A5A5A. Windows color (decimal): -389318 or 3805178. OLE color: 3805178.

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

Color convert

RGB 250 15 58 -
CMYK 0 0.94 0.77 0.02
HSL 349.02º 0.96% 0.52% -
HSV(B) 349.02º 0.94% 0.98% -
XYZ 40.36 20.97 5.92 -
YUV 90.17 109.86 242 -
System Red Green Blue C M Y K H S L
Decimal 250 15 58 0 0.94 0.77 0.02 349.02 0.96 0.52
Hex FA F 3A 0 5E 4D 2 15D 60 34
Octal 372 17 72 0 136 115 2 535 140 64
Binary 11111010 1111 111010 0 1011110 1001101 10 101011101 1100000 110100

Color Harmonies of #FA0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F3A

Black with #FA0F3A

Text Example


Text Example

White with #FA0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F3A; }

 p { color: rgb(250,15,58); }

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

background-color css

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

 a { background-color: rgb(250,15,58); }

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

border-color css

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

 span { border-color: rgb(250,15,58); }

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