Html Css Color HEX #FB194E Torch Red

📋 copy color: '#FB194E'

red 251 ◦ green 25 ◦ blue 78

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

Shades of Torch Red #FB194E

Tints of Torch Red #FB194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.06%

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 70.9%
G = 7.06%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB194E (or 0xFB194E) is known color: Torch Red. HEX triplet: FB, 19 and 4E. RGB value is (251,25,78). Sum of RGB (Red+Green+Blue) = 251+25+78=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB194E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB194E is #04E6B1. Grayscale: #626262. Windows color (decimal): -321202 or 5118459. OLE color: 5118459.

HSL color Cylindrical-coordinate representation of color #FB194E: hue angle of 345.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB194E is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 25 78 -
CMYK 0 0.90 0.69 0.02
HSL 345.93º 0.97% 0.54% -
HSV(B) 345.93º 0.9% 0.98% -
XYZ 41.51 21.75 9.22 -
YUV 98.62 116.37 236.69 -
System Red Green Blue C M Y K H S L
Decimal 251 25 78 0 0.90 0.69 0.02 345.93 0.97 0.54
Hex FB 19 4E 0 5A 45 2 15A 61 36
Octal 373 31 116 0 132 105 2 532 141 66
Binary 11111011 11001 1001110 0 1011010 1000101 10 101011010 1100001 110110

Color Harmonies of #FB194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB194E

Black with #FB194E

Text Example


Text Example

White with #FB194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB194E; }

 p { color: rgb(251,25,78); }

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

background-color css

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

 a { background-color: rgb(251,25,78); }

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

border-color css

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

 span { border-color: rgb(251,25,78); }

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