Html Css Color HEX #FC0749 Torch Red

📋 copy color: '#FC0749'

red 252 ◦ green 7 ◦ blue 73

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

Shades of Torch Red #FC0749

Tints of Torch Red #FC0749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 75.9%
G = 2.11%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC0749 (or 0xFC0749) is known color: Torch Red. HEX triplet: FC, 07 and 49. RGB value is (252,7,73). Sum of RGB (Red+Green+Blue) = 252+7+73=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0749 is #03F8B6. Grayscale: #575757. Windows color (decimal): -260279 or 4786172. OLE color: 4786172.

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

Color convert

RGB 252 7 73 -
CMYK 0 0.97 0.71 0.01
HSL 343.84º 0.98% 0.51% -
HSV(B) 343.84º 0.97% 0.99% -
XYZ 41.42 21.33 8.24 -
YUV 87.78 119.67 245.13 -
System Red Green Blue C M Y K H S L
Decimal 252 7 73 0 0.97 0.71 0.01 343.84 0.98 0.51
Hex FC 7 49 0 61 47 1 158 62 33
Octal 374 7 111 0 141 107 1 530 142 63
Binary 11111100 111 1001001 0 1100001 1000111 1 101011000 1100010 110011

Color Harmonies of #FC0749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0749

Black with #FC0749

Text Example


Text Example

White with #FC0749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0749; }

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

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

background-color css

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

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

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

border-color css

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

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

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