Html Css Color HEX #FB0044 Torch Red

📋 copy color: '#FB0044'

red 251 ◦ green 0 ◦ blue 68

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

Shades of Torch Red #FB0044

Tints of Torch Red #FB0044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.32%

R = 78.68%
G = 0%
B = 21.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB0044 (or 0xFB0044) is known color: Torch Red. HEX triplet: FB, 00 and 44. RGB value is (251,0,68). Sum of RGB (Red+Green+Blue) = 251+0+68=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0044 is #04FFBB. Grayscale: #525252. Windows color (decimal): -327612 or 4456699. OLE color: 4456699.

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

Color convert

RGB 251 0 68 -
CMYK 0 1 0.73 0.02
HSL 343.75º 1% 0.49% -
HSV(B) 343.75º 1% 0.98% -
XYZ 40.83 20.93 7.36 -
YUV 82.8 119.66 247.97 -
System Red Green Blue C M Y K H S L
Decimal 251 0 68 0 1 0.73 0.02 343.75 1 0.49
Hex FB 0 44 0 64 49 2 158 64 31
Octal 373 0 104 0 144 111 2 530 144 61
Binary 11111011 0 1000100 0 1100100 1001001 10 101011000 1100100 110001

Color Harmonies of #FB0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0044

Black with #FB0044

Text Example


Text Example

White with #FB0044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0044; }

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

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

background-color css

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

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

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

border-color css

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

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

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