Html Css Color HEX #FC1A46 Torch Red

📋 copy color: '#FC1A46'

red 252 ◦ green 26 ◦ blue 70

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

Shades of Torch Red #FC1A46

Tints of Torch Red #FC1A46

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.47%

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 72.41%
G = 7.47%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC1A46 (or 0xFC1A46) is known color: Torch Red. HEX triplet: FC, 1A and 46. RGB value is (252,26,70). Sum of RGB (Red+Green+Blue) = 252+26+70=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A46 is #03E5B9. Grayscale: #626262. Windows color (decimal): -255418 or 4594428. OLE color: 4594428.

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

Color convert

RGB 252 26 70 -
CMYK 0 0.90 0.72 0.01
HSL 348.32º 0.97% 0.55% -
HSV(B) 348.32º 0.9% 0.99% -
XYZ 41.62 21.88 7.82 -
YUV 98.59 111.87 237.42 -
System Red Green Blue C M Y K H S L
Decimal 252 26 70 0 0.90 0.72 0.01 348.32 0.97 0.55
Hex FC 1A 46 0 5A 48 1 15C 61 37
Octal 374 32 106 0 132 110 1 534 141 67
Binary 11111100 11010 1000110 0 1011010 1001000 1 101011100 1100001 110111

Color Harmonies of #FC1A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A46

Black with #FC1A46

Text Example


Text Example

White with #FC1A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A46; }

 p { color: rgb(252,26,70); }

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

background-color css

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

 a { background-color: rgb(252,26,70); }

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

border-color css

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

 span { border-color: rgb(252,26,70); }

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