Html Css Color HEX #FA044B Torch Red

📋 copy color: '#FA044B'

red 250 ◦ green 4 ◦ blue 75

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

Shades of Torch Red #FA044B

Tints of Torch Red #FA044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 75.99%
G = 1.22%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA044B (or 0xFA044B) is known color: Torch Red. HEX triplet: FA, 04 and 4B. RGB value is (250,4,75). Sum of RGB (Red+Green+Blue) = 250+4+75=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA044B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA044B is #05FBB4. Grayscale: #555555. Windows color (decimal): -392117 or 4916474. OLE color: 4916474.

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

Color convert

RGB 250 4 75 -
CMYK 0 0.98 0.7 0.02
HSL 342.68º 0.97% 0.5% -
HSV(B) 342.68º 0.98% 0.98% -
XYZ 40.74 20.92 8.55 -
YUV 85.65 122 245.23 -
System Red Green Blue C M Y K H S L
Decimal 250 4 75 0 0.98 0.7 0.02 342.68 0.97 0.5
Hex FA 4 4B 0 62 46 2 157 61 32
Octal 372 4 113 0 142 106 2 527 141 62
Binary 11111010 100 1001011 0 1100010 1000110 10 101010111 1100001 110010

Color Harmonies of #FA044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA044B

Black with #FA044B

Text Example


Text Example

White with #FA044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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