Html Css Color HEX #FB094A Torch Red

📋 copy color: '#FB094A'

red 251 ◦ green 9 ◦ blue 74

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

Shades of Torch Red #FB094A

Tints of Torch Red #FB094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 75.15%
G = 2.69%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB094A (or 0xFB094A) is known color: Torch Red. HEX triplet: FB, 09 and 4A. RGB value is (251,9,74). Sum of RGB (Red+Green+Blue) = 251+9+74=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB094A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB094A is #04F6B5. Grayscale: #585858. Windows color (decimal): -325302 or 4852219. OLE color: 4852219.

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

Color convert

RGB 251 9 74 -
CMYK 0 0.96 0.71 0.02
HSL 343.88º 0.97% 0.51% -
HSV(B) 343.88º 0.96% 0.98% -
XYZ 41.12 21.2 8.4 -
YUV 88.77 119.67 243.71 -
System Red Green Blue C M Y K H S L
Decimal 251 9 74 0 0.96 0.71 0.02 343.88 0.97 0.51
Hex FB 9 4A 0 60 47 2 158 61 33
Octal 373 11 112 0 140 107 2 530 141 63
Binary 11111011 1001 1001010 0 1100000 1000111 10 101011000 1100001 110011

Color Harmonies of #FB094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB094A

Black with #FB094A

Text Example


Text Example

White with #FB094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB094A; }

 p { color: rgb(251,9,74); }

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

background-color css

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

 a { background-color: rgb(251,9,74); }

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

border-color css

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

 span { border-color: rgb(251,9,74); }

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