Html Css Color HEX #FA024C Torch Red

📋 copy color: '#FA024C'

red 250 ◦ green 2 ◦ blue 76

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

Shades of Torch Red #FA024C

Tints of Torch Red #FA024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 76.22%
G = 0.61%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA024C (or 0xFA024C) is known color: Torch Red. HEX triplet: FA, 02 and 4C. RGB value is (250,2,76). Sum of RGB (Red+Green+Blue) = 250+2+76=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA024C is #05FDB3. Grayscale: #545454. Windows color (decimal): -392628 or 4981498. OLE color: 4981498.

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

Color convert

RGB 250 2 76 -
CMYK 0 0.99 0.70 0.02
HSL 342.1º 0.98% 0.49% -
HSV(B) 342.1º 0.99% 0.98% -
XYZ 40.75 20.89 8.72 -
YUV 84.59 123.16 245.98 -
System Red Green Blue C M Y K H S L
Decimal 250 2 76 0 0.99 0.70 0.02 342.1 0.98 0.49
Hex FA 2 4C 0 63 46 2 156 62 31
Octal 372 2 114 0 143 106 2 526 142 61
Binary 11111010 10 1001100 0 1100011 1000110 10 101010110 1100010 110001

Color Harmonies of #FA024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA024C

Black with #FA024C

Text Example


Text Example

White with #FA024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA024C; }

 p { color: rgb(250,2,76); }

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

background-color css

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

 a { background-color: rgb(250,2,76); }

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

border-color css

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

 span { border-color: rgb(250,2,76); }

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