Html Css Color HEX #FC0147 Torch Red

📋 copy color: '#FC0147'

red 252 ◦ green 1 ◦ blue 71

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

Shades of Torch Red #FC0147

Tints of Torch Red #FC0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 71 (28.13% from 255) = 21.91%

R = 77.78%
G = 0.31%
B = 21.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC0147 (or 0xFC0147) is known color: Torch Red. HEX triplet: FC, 01 and 47. RGB value is (252,1,71). Sum of RGB (Red+Green+Blue) = 252+1+71=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0147 is #03FEB8. Grayscale: #545454. Windows color (decimal): -261817 or 4653564. OLE color: 4653564.

HSL color Cylindrical-coordinate representation of color #FC0147: hue angle of 343.27º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0147 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 71 -
CMYK 0 1.00 0.72 0.01
HSL 343.27º 0.99% 0.5% -
HSV(B) 343.27º 1% 0.99% -
XYZ 41.29 21.17 7.87 -
YUV 84.03 120.66 247.81 -
System Red Green Blue C M Y K H S L
Decimal 252 1 71 0 1.00 0.72 0.01 343.27 0.99 0.5
Hex FC 1 47 0 64 48 1 157 63 32
Octal 374 1 107 0 144 110 1 527 143 62
Binary 11111100 1 1000111 0 1100100 1001000 1 101010111 1100011 110010

Color Harmonies of #FC0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0147

Black with #FC0147

Text Example


Text Example

White with #FC0147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0147; }

 p { color: rgb(252,1,71); }

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

background-color css

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

 a { background-color: rgb(252,1,71); }

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

border-color css

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

 span { border-color: rgb(252,1,71); }

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