Html Css Color HEX #FB0040 Torch Red

📋 copy color: '#FB0040'

red 251 ◦ green 0 ◦ blue 64

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

Shades of Torch Red #FB0040

Tints of Torch Red #FB0040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 79.68%
G = 0%
B = 20.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB0040 (or 0xFB0040) is known color: Torch Red. HEX triplet: FB, 00 and 40. RGB value is (251,0,64). Sum of RGB (Red+Green+Blue) = 251+0+64=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0040 is #04FFBF. Grayscale: #525252. Windows color (decimal): -327616 or 4194555. OLE color: 4194555.

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

Color convert

RGB 251 0 64 -
CMYK 0 1 0.75 0.02
HSL 344.7º 1% 0.49% -
HSV(B) 344.7º 1% 0.98% -
XYZ 40.71 20.88 6.74 -
YUV 82.35 117.66 248.3 -
System Red Green Blue C M Y K H S L
Decimal 251 0 64 0 1 0.75 0.02 344.7 1 0.49
Hex FB 0 40 0 64 4B 2 159 64 31
Octal 373 0 100 0 144 113 2 531 144 61
Binary 11111011 0 1000000 0 1100100 1001011 10 101011001 1100100 110001

Color Harmonies of #FB0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0040

Black with #FB0040

Text Example


Text Example

White with #FB0040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0040; }

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

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

background-color css

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

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

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

border-color css

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

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

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