Html Css Color HEX #FC0943 Torch Red

📋 copy color: '#FC0943'

red 252 ◦ green 9 ◦ blue 67

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

Shades of Torch Red #FC0943

Tints of Torch Red #FC0943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.43%

R = 76.83%
G = 2.74%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC0943 (or 0xFC0943) is known color: Torch Red. HEX triplet: FC, 09 and 43. RGB value is (252,9,67). Sum of RGB (Red+Green+Blue) = 252+9+67=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0943 is #03F6BC. Grayscale: #585858. Windows color (decimal): -259773 or 4393468. OLE color: 4393468.

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

Color convert

RGB 252 9 67 -
CMYK 0 0.96 0.73 0.01
HSL 345.68º 0.98% 0.51% -
HSV(B) 345.68º 0.96% 0.99% -
XYZ 41.26 21.3 7.25 -
YUV 88.27 116.01 244.78 -
System Red Green Blue C M Y K H S L
Decimal 252 9 67 0 0.96 0.73 0.01 345.68 0.98 0.51
Hex FC 9 43 0 60 49 1 15A 62 33
Octal 374 11 103 0 140 111 1 532 142 63
Binary 11111100 1001 1000011 0 1100000 1001001 1 101011010 1100010 110011

Color Harmonies of #FC0943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0943

Black with #FC0943

Text Example


Text Example

White with #FC0943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0943; }

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

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

background-color css

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

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

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

border-color css

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

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

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