Html Css Color HEX #FB023F Torch Red

📋 copy color: '#FB023F'

red 251 ◦ green 2 ◦ blue 63

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

Shades of Torch Red #FB023F

Tints of Torch Red #FB023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.94%

R = 79.43%
G = 0.63%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB023F (or 0xFB023F) is known color: Torch Red. HEX triplet: FB, 02 and 3F. RGB value is (251,2,63). Sum of RGB (Red+Green+Blue) = 251+2+63=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB023F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB023F is #04FDC0. Grayscale: #535353. Windows color (decimal): -327105 or 4129531. OLE color: 4129531.

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

Color convert

RGB 251 2 63 -
CMYK 0 0.99 0.75 0.02
HSL 345.3º 0.98% 0.5% -
HSV(B) 345.3º 0.99% 0.98% -
XYZ 40.7 20.91 6.59 -
YUV 83.41 116.49 247.54 -
System Red Green Blue C M Y K H S L
Decimal 251 2 63 0 0.99 0.75 0.02 345.3 0.98 0.5
Hex FB 2 3F 0 63 4B 2 159 62 32
Octal 373 2 77 0 143 113 2 531 142 62
Binary 11111011 10 111111 0 1100011 1001011 10 101011001 1100010 110010

Color Harmonies of #FB023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB023F

Black with #FB023F

Text Example


Text Example

White with #FB023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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