Html Css Color HEX #FB0448 Torch Red

📋 copy color: '#FB0448'

red 251 ◦ green 4 ◦ blue 72

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

Shades of Torch Red #FB0448

Tints of Torch Red #FB0448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.02%

R = 76.76%
G = 1.22%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB0448 (or 0xFB0448) is known color: Torch Red. HEX triplet: FB, 04 and 48. RGB value is (251,4,72). Sum of RGB (Red+Green+Blue) = 251+4+72=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0448 is #04FBB7. Grayscale: #555555. Windows color (decimal): -326584 or 4719867. OLE color: 4719867.

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

Color convert

RGB 251 4 72 -
CMYK 0 0.98 0.71 0.02
HSL 343.48º 0.97% 0.5% -
HSV(B) 343.48º 0.98% 0.98% -
XYZ 41 21.06 8.04 -
YUV 85.61 120.33 245.97 -
System Red Green Blue C M Y K H S L
Decimal 251 4 72 0 0.98 0.71 0.02 343.48 0.97 0.5
Hex FB 4 48 0 62 47 2 157 61 32
Octal 373 4 110 0 142 107 2 527 141 62
Binary 11111011 100 1001000 0 1100010 1000111 10 101010111 1100001 110010

Color Harmonies of #FB0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0448

Black with #FB0448

Text Example


Text Example

White with #FB0448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0448; }

 p { color: rgb(251,4,72); }

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

background-color css

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

 a { background-color: rgb(251,4,72); }

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

border-color css

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

 span { border-color: rgb(251,4,72); }

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