Html Css Color HEX #FB004A Torch Red

📋 copy color: '#FB004A'

red 251 ◦ green 0 ◦ blue 74

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

Shades of Torch Red #FB004A

Tints of Torch Red #FB004A

RGB

 RED value IS 251 (98.44% from 255) = 77.23%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 77.23%
G = 0%
B = 22.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB004A (or 0xFB004A) is known color: Torch Red. HEX triplet: FB, 00 and 4A. RGB value is (251,0,74). Sum of RGB (Red+Green+Blue) = 251+0+74=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB004A is #04FFB5. Grayscale: #535353. Windows color (decimal): -327606 or 4849915. OLE color: 4849915.

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

Color convert

RGB 251 0 74 -
CMYK 0 1 0.71 0.02
HSL 342.31º 1% 0.49% -
HSV(B) 342.31º 1% 0.98% -
XYZ 41.02 21 8.37 -
YUV 83.49 122.66 247.48 -
System Red Green Blue C M Y K H S L
Decimal 251 0 74 0 1 0.71 0.02 342.31 1 0.49
Hex FB 0 4A 0 64 47 2 156 64 31
Octal 373 0 112 0 144 107 2 526 144 61
Binary 11111011 0 1001010 0 1100100 1000111 10 101010110 1100100 110001

Color Harmonies of #FB004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB004A

Black with #FB004A

Text Example


Text Example

White with #FB004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB004A; }

 p { color: rgb(251,0,74); }

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

background-color css

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

 a { background-color: rgb(251,0,74); }

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

border-color css

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

 span { border-color: rgb(251,0,74); }

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