Html Css Color HEX #FA024D Torch Red

📋 copy color: '#FA024D'

red 250 ◦ green 2 ◦ blue 77

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

Shades of Torch Red #FA024D

Tints of Torch Red #FA024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 75.99%
G = 0.61%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA024D (or 0xFA024D) is known color: Torch Red. HEX triplet: FA, 02 and 4D. RGB value is (250,2,77). Sum of RGB (Red+Green+Blue) = 250+2+77=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA024D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA024D is #05FDB2. Grayscale: #545454. Windows color (decimal): -392627 or 5047034. OLE color: 5047034.

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

Color convert

RGB 250 2 77 -
CMYK 0 0.99 0.69 0.02
HSL 341.85º 0.98% 0.49% -
HSV(B) 341.85º 0.99% 0.98% -
XYZ 40.79 20.9 8.91 -
YUV 84.7 123.66 245.9 -
System Red Green Blue C M Y K H S L
Decimal 250 2 77 0 0.99 0.69 0.02 341.85 0.98 0.49
Hex FA 2 4D 0 63 45 2 156 62 31
Octal 372 2 115 0 143 105 2 526 142 61
Binary 11111010 10 1001101 0 1100011 1000101 10 101010110 1100010 110001

Color Harmonies of #FA024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA024D

Black with #FA024D

Text Example


Text Example

White with #FA024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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