Html Css Color HEX #FC0141 Torch Red

📋 copy color: '#FC0141'

red 252 ◦ green 1 ◦ blue 65

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

Shades of Torch Red #FC0141

Tints of Torch Red #FC0141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 79.25%
G = 0.31%
B = 20.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC0141 (or 0xFC0141) is known color: Torch Red. HEX triplet: FC, 01 and 41. RGB value is (252,1,65). Sum of RGB (Red+Green+Blue) = 252+1+65=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0141 is #03FEBE. Grayscale: #535353. Windows color (decimal): -261823 or 4260348. OLE color: 4260348.

HSL color Cylindrical-coordinate representation of color #FC0141: hue angle of 344.7º 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 #FC0141 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 65 -
CMYK 0 1.00 0.74 0.01
HSL 344.7º 0.99% 0.5% -
HSV(B) 344.7º 1% 0.99% -
XYZ 41.11 21.1 6.91 -
YUV 83.35 117.66 248.3 -
System Red Green Blue C M Y K H S L
Decimal 252 1 65 0 1.00 0.74 0.01 344.7 0.99 0.5
Hex FC 1 41 0 64 4A 1 159 63 32
Octal 374 1 101 0 144 112 1 531 143 62
Binary 11111100 1 1000001 0 1100100 1001010 1 101011001 1100011 110010

Color Harmonies of #FC0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0141

Black with #FC0141

Text Example


Text Example

White with #FC0141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0141; }

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

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

background-color css

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

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

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

border-color css

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

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

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