Html Css Color HEX #FA0342 Torch Red

📋 copy color: '#FA0342'

red 250 ◦ green 3 ◦ blue 66

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

Shades of Torch Red #FA0342

Tints of Torch Red #FA0342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 78.37%
G = 0.94%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA0342 (or 0xFA0342) is known color: Torch Red. HEX triplet: FA, 03 and 42. RGB value is (250,3,66). Sum of RGB (Red+Green+Blue) = 250+3+66=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0342 is #05FCBD. Grayscale: #545454. Windows color (decimal): -392382 or 4326394. OLE color: 4326394.

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

Color convert

RGB 250 3 66 -
CMYK 0 0.99 0.74 0.02
HSL 344.7º 0.98% 0.5% -
HSV(B) 344.7º 0.99% 0.98% -
XYZ 40.44 20.78 7.03 -
YUV 84.04 117.83 246.38 -
System Red Green Blue C M Y K H S L
Decimal 250 3 66 0 0.99 0.74 0.02 344.7 0.98 0.5
Hex FA 3 42 0 63 4A 2 159 62 32
Octal 372 3 102 0 143 112 2 531 142 62
Binary 11111010 11 1000010 0 1100011 1001010 10 101011001 1100010 110010

Color Harmonies of #FA0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0342

Black with #FA0342

Text Example


Text Example

White with #FA0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0342; }

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

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

background-color css

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

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

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

border-color css

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

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

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