Html Css Color HEX #FC0949 Torch Red

📋 copy color: '#FC0949'

red 252 ◦ green 9 ◦ blue 73

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

Shades of Torch Red #FC0949

Tints of Torch Red #FC0949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

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

R = 75.45%
G = 2.69%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC0949 (or 0xFC0949) is known color: Torch Red. HEX triplet: FC, 09 and 49. RGB value is (252,9,73). Sum of RGB (Red+Green+Blue) = 252+9+73=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0949 is #03F6B6. Grayscale: #585858. Windows color (decimal): -259767 or 4786684. OLE color: 4786684.

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

Color convert

RGB 252 9 73 -
CMYK 0 0.96 0.71 0.01
HSL 344.2º 0.98% 0.51% -
HSV(B) 344.2º 0.96% 0.99% -
XYZ 41.45 21.37 8.24 -
YUV 88.95 119.01 244.3 -
System Red Green Blue C M Y K H S L
Decimal 252 9 73 0 0.96 0.71 0.01 344.2 0.98 0.51
Hex FC 9 49 0 60 47 1 158 62 33
Octal 374 11 111 0 140 107 1 530 142 63
Binary 11111100 1001 1001001 0 1100000 1000111 1 101011000 1100010 110011

Color Harmonies of #FC0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0949

Black with #FC0949

Text Example


Text Example

White with #FC0949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0949; }

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

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

background-color css

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

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

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

border-color css

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

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

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