Html Css Color HEX #FB1242 Torch Red

📋 copy color: '#FB1242'

red 251 ◦ green 18 ◦ blue 66

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

Shades of Torch Red #FB1242

Tints of Torch Red #FB1242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.37%

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

R = 74.93%
G = 5.37%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB1242 (or 0xFB1242) is known color: Torch Red. HEX triplet: FB, 12 and 42. RGB value is (251,18,66). Sum of RGB (Red+Green+Blue) = 251+18+66=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1242 is #04EDBD. Grayscale: #5D5D5D. Windows color (decimal): -323006 or 4330235. OLE color: 4330235.

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

Color convert

RGB 251 18 66 -
CMYK 0 0.93 0.74 0.02
HSL 347.64º 0.97% 0.53% -
HSV(B) 347.64º 0.93% 0.98% -
XYZ 40.98 21.34 7.11 -
YUV 93.14 112.69 240.6 -
System Red Green Blue C M Y K H S L
Decimal 251 18 66 0 0.93 0.74 0.02 347.64 0.97 0.53
Hex FB 12 42 0 5D 4A 2 15C 61 35
Octal 373 22 102 0 135 112 2 534 141 65
Binary 11111011 10010 1000010 0 1011101 1001010 10 101011100 1100001 110101

Color Harmonies of #FB1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1242

Black with #FB1242

Text Example


Text Example

White with #FB1242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1242; }

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

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

background-color css

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

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

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

border-color css

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

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

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