Html Css Color HEX #FB0748 Torch Red

📋 copy color: '#FB0748'

red 251 ◦ green 7 ◦ blue 72

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

Shades of Torch Red #FB0748

Tints of Torch Red #FB0748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.12%

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

R = 76.06%
G = 2.12%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB0748 (or 0xFB0748) is known color: Torch Red. HEX triplet: FB, 07 and 48. RGB value is (251,7,72). Sum of RGB (Red+Green+Blue) = 251+7+72=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0748 is #04F8B7. Grayscale: #575757. Windows color (decimal): -325816 or 4720635. OLE color: 4720635.

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

Color convert

RGB 251 7 72 -
CMYK 0 0.97 0.71 0.02
HSL 344.02º 0.97% 0.51% -
HSV(B) 344.02º 0.97% 0.98% -
XYZ 41.03 21.13 8.05 -
YUV 87.37 119.34 244.71 -
System Red Green Blue C M Y K H S L
Decimal 251 7 72 0 0.97 0.71 0.02 344.02 0.97 0.51
Hex FB 7 48 0 61 47 2 158 61 33
Octal 373 7 110 0 141 107 2 530 141 63
Binary 11111011 111 1001000 0 1100001 1000111 10 101011000 1100001 110011

Color Harmonies of #FB0748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0748

Black with #FB0748

Text Example


Text Example

White with #FB0748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0748; }

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

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

background-color css

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

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

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

border-color css

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

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

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