Html Css Color HEX #FC114A Torch Red

📋 copy color: '#FC114A'

red 252 ◦ green 17 ◦ blue 74

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

Shades of Torch Red #FC114A

Tints of Torch Red #FC114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.96%

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

R = 73.47%
G = 4.96%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC114A (or 0xFC114A) is known color: Torch Red. HEX triplet: FC, 11 and 4A. RGB value is (252,17,74). Sum of RGB (Red+Green+Blue) = 252+17+74=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC114A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC114A is #03EEB5. Grayscale: #5D5D5D. Windows color (decimal): -257718 or 4854268. OLE color: 4854268.

HSL color Cylindrical-coordinate representation of color #FC114A: hue angle of 345.45º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC114A is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 17 74 -
CMYK 0 0.93 0.71 0.01
HSL 345.45º 0.98% 0.53% -
HSV(B) 345.45º 0.93% 0.99% -
XYZ 41.58 21.59 8.45 -
YUV 93.76 116.86 240.87 -
System Red Green Blue C M Y K H S L
Decimal 252 17 74 0 0.93 0.71 0.01 345.45 0.98 0.53
Hex FC 11 4A 0 5D 47 1 159 62 35
Octal 374 21 112 0 135 107 1 531 142 65
Binary 11111100 10001 1001010 0 1011101 1000111 1 101011001 1100010 110101

Color Harmonies of #FC114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC114A

Black with #FC114A

Text Example


Text Example

White with #FC114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC114A; }

 p { color: rgb(252,17,74); }

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

background-color css

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

 a { background-color: rgb(252,17,74); }

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

border-color css

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

 span { border-color: rgb(252,17,74); }

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