Html Css Color HEX #FB0242 Torch Red

📋 copy color: '#FB0242'

red 251 ◦ green 2 ◦ blue 66

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

Shades of Torch Red #FB0242

Tints of Torch Red #FB0242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 78.68%
G = 0.63%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB0242 (or 0xFB0242) is known color: Torch Red. HEX triplet: FB, 02 and 42. RGB value is (251,2,66). Sum of RGB (Red+Green+Blue) = 251+2+66=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0242 is #04FDBD. Grayscale: #535353. Windows color (decimal): -327102 or 4326139. OLE color: 4326139.

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

Color convert

RGB 251 2 66 -
CMYK 0 0.99 0.74 0.02
HSL 344.58º 0.98% 0.5% -
HSV(B) 344.58º 0.99% 0.98% -
XYZ 40.79 20.95 7.05 -
YUV 83.75 117.99 247.3 -
System Red Green Blue C M Y K H S L
Decimal 251 2 66 0 0.99 0.74 0.02 344.58 0.98 0.5
Hex FB 2 42 0 63 4A 2 159 62 32
Octal 373 2 102 0 143 112 2 531 142 62
Binary 11111011 10 1000010 0 1100011 1001010 10 101011001 1100010 110010

Color Harmonies of #FB0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0242

Black with #FB0242

Text Example


Text Example

White with #FB0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0242; }

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

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

background-color css

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

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

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

border-color css

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

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

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