Html Css Color HEX #FC074C Torch Red

📋 copy color: '#FC074C'

red 252 ◦ green 7 ◦ blue 76

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

Shades of Torch Red #FC074C

Tints of Torch Red #FC074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 75.22%
G = 2.09%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC074C (or 0xFC074C) is known color: Torch Red. HEX triplet: FC, 07 and 4C. RGB value is (252,7,76). Sum of RGB (Red+Green+Blue) = 252+7+76=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC074C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC074C is #03F8B3. Grayscale: #585858. Windows color (decimal): -260276 or 4982780. OLE color: 4982780.

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

Color convert

RGB 252 7 76 -
CMYK 0 0.97 0.70 0.01
HSL 343.1º 0.98% 0.51% -
HSV(B) 343.1º 0.97% 0.99% -
XYZ 41.53 21.37 8.77 -
YUV 88.12 121.17 244.89 -
System Red Green Blue C M Y K H S L
Decimal 252 7 76 0 0.97 0.70 0.01 343.1 0.98 0.51
Hex FC 7 4C 0 61 46 1 157 62 33
Octal 374 7 114 0 141 106 1 527 142 63
Binary 11111100 111 1001100 0 1100001 1000110 1 101010111 1100010 110011

Color Harmonies of #FC074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC074C

Black with #FC074C

Text Example


Text Example

White with #FC074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC074C; }

 p { color: rgb(252,7,76); }

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

background-color css

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

 a { background-color: rgb(252,7,76); }

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

border-color css

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

 span { border-color: rgb(252,7,76); }

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