Html Css Color HEX #FB0742 Torch Red

📋 copy color: '#FB0742'

red 251 ◦ green 7 ◦ blue 66

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

Shades of Torch Red #FB0742

Tints of Torch Red #FB0742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 77.47%
G = 2.16%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB0742 (or 0xFB0742) is known color: Torch Red. HEX triplet: FB, 07 and 42. RGB value is (251,7,66). Sum of RGB (Red+Green+Blue) = 251+7+66=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0742 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0742 is #04F8BD. Grayscale: #565656. Windows color (decimal): -325822 or 4327419. OLE color: 4327419.

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

Color convert

RGB 251 7 66 -
CMYK 0 0.97 0.74 0.02
HSL 345.49º 0.97% 0.51% -
HSV(B) 345.49º 0.97% 0.98% -
XYZ 40.84 21.05 7.07 -
YUV 86.68 116.34 245.2 -
System Red Green Blue C M Y K H S L
Decimal 251 7 66 0 0.97 0.74 0.02 345.49 0.97 0.51
Hex FB 7 42 0 61 4A 2 159 61 33
Octal 373 7 102 0 141 112 2 531 141 63
Binary 11111011 111 1000010 0 1100001 1001010 10 101011001 1100001 110011

Color Harmonies of #FB0742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0742

Black with #FB0742

Text Example


Text Example

White with #FB0742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0742; }

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

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

background-color css

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

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

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

border-color css

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

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

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