Html Css Color HEX #FC194F Torch Red

📋 copy color: '#FC194F'

red 252 ◦ green 25 ◦ blue 79

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

Shades of Torch Red #FC194F

Tints of Torch Red #FC194F

RGB

 RED value IS 252 (98.83% from 255) = 70.79%

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

 BLUE value IS 79 (31.25% from 255) = 22.19%

R = 70.79%
G = 7.02%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC194F (or 0xFC194F) is known color: Torch Red. HEX triplet: FC, 19 and 4F. RGB value is (252,25,79). Sum of RGB (Red+Green+Blue) = 252+25+79=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC194F is #03E6B0. Grayscale: #636363. Windows color (decimal): -255665 or 5183996. OLE color: 5183996.

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

Color convert

RGB 252 25 79 -
CMYK 0 0.90 0.69 0.01
HSL 345.73º 0.97% 0.54% -
HSV(B) 345.73º 0.9% 0.99% -
XYZ 41.9 21.96 9.43 -
YUV 99.03 116.71 237.11 -
System Red Green Blue C M Y K H S L
Decimal 252 25 79 0 0.90 0.69 0.01 345.73 0.97 0.54
Hex FC 19 4F 0 5A 45 1 15A 61 36
Octal 374 31 117 0 132 105 1 532 141 66
Binary 11111100 11001 1001111 0 1011010 1000101 1 101011010 1100001 110110

Color Harmonies of #FC194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC194F

Black with #FC194F

Text Example


Text Example

White with #FC194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC194F; }

 p { color: rgb(252,25,79); }

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

background-color css

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

 a { background-color: rgb(252,25,79); }

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

border-color css

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

 span { border-color: rgb(252,25,79); }

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