Html Css Color HEX #FC0C4A Torch Red

📋 copy color: '#FC0C4A'

red 252 ◦ green 12 ◦ blue 74

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

Shades of Torch Red #FC0C4A

Tints of Torch Red #FC0C4A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.55%

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

R = 74.56%
G = 3.55%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC0C4A (or 0xFC0C4A) is known color: Torch Red. HEX triplet: FC, 0C and 4A. RGB value is (252,12,74). Sum of RGB (Red+Green+Blue) = 252+12+74=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0C4A is #03F3B5. Grayscale: #5A5A5A. Windows color (decimal): -258998 or 4852988. OLE color: 4852988.

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

Color convert

RGB 252 12 74 -
CMYK 0 0.95 0.71 0.01
HSL 344.5º 0.98% 0.52% -
HSV(B) 344.5º 0.95% 0.99% -
XYZ 41.51 21.45 8.43 -
YUV 90.83 118.51 242.96 -
System Red Green Blue C M Y K H S L
Decimal 252 12 74 0 0.95 0.71 0.01 344.5 0.98 0.52
Hex FC C 4A 0 5F 47 1 158 62 34
Octal 374 14 112 0 137 107 1 530 142 64
Binary 11111100 1100 1001010 0 1011111 1000111 1 101011000 1100010 110100

Color Harmonies of #FC0C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C4A

Black with #FC0C4A

Text Example


Text Example

White with #FC0C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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