Html Css Color HEX #FA0F2A Torch Red

📋 copy color: '#FA0F2A'

red 250 ◦ green 15 ◦ blue 42

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

Shades of Torch Red #FA0F2A

Tints of Torch Red #FA0F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 81.43%
G = 4.89%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA0F2A (or 0xFA0F2A) is known color: Torch Red. HEX triplet: FA, 0F and 2A. RGB value is (250,15,42). Sum of RGB (Red+Green+Blue) = 250+15+42=307 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.43% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0F2A is #05F0D5. Grayscale: #585858. Windows color (decimal): -389334 or 2756602. OLE color: 2756602.

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

Color convert

RGB 250 15 42 -
CMYK 0 0.94 0.83 0.02
HSL 353.11º 0.96% 0.52% -
HSV(B) 353.11º 0.94% 0.98% -
XYZ 40.01 20.83 4.1 -
YUV 88.34 101.86 243.3 -
System Red Green Blue C M Y K H S L
Decimal 250 15 42 0 0.94 0.83 0.02 353.11 0.96 0.52
Hex FA F 2A 0 5E 53 2 161 60 34
Octal 372 17 52 0 136 123 2 541 140 64
Binary 11111010 1111 101010 0 1011110 1010011 10 101100001 1100000 110100

Color Harmonies of #FA0F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F2A

Black with #FA0F2A

Text Example


Text Example

White with #FA0F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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