Html Css Color HEX #FA0442 Torch Red

📋 copy color: '#FA0442'

red 250 ◦ green 4 ◦ blue 66

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

Shades of Torch Red #FA0442

Tints of Torch Red #FA0442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 78.13%
G = 1.25%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA0442 (or 0xFA0442) is known color: Torch Red. HEX triplet: FA, 04 and 42. RGB value is (250,4,66). Sum of RGB (Red+Green+Blue) = 250+4+66=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0442 is #05FBBD. Grayscale: #545454. Windows color (decimal): -392126 or 4326650. OLE color: 4326650.

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

Color convert

RGB 250 4 66 -
CMYK 0 0.98 0.74 0.02
HSL 344.88º 0.97% 0.5% -
HSV(B) 344.88º 0.98% 0.98% -
XYZ 40.45 20.8 7.04 -
YUV 84.62 117.5 245.96 -
System Red Green Blue C M Y K H S L
Decimal 250 4 66 0 0.98 0.74 0.02 344.88 0.97 0.5
Hex FA 4 42 0 62 4A 2 159 61 32
Octal 372 4 102 0 142 112 2 531 141 62
Binary 11111010 100 1000010 0 1100010 1001010 10 101011001 1100001 110010

Color Harmonies of #FA0442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0442

Black with #FA0442

Text Example


Text Example

White with #FA0442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0442; }

 p { color: rgb(250,4,66); }

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

background-color css

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

 a { background-color: rgb(250,4,66); }

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

border-color css

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

 span { border-color: rgb(250,4,66); }

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