Html Css Color HEX #FC0240 Torch Red

📋 copy color: '#FC0240'

red 252 ◦ green 2 ◦ blue 64

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

Shades of Torch Red #FC0240

Tints of Torch Red #FC0240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 79.25%
G = 0.63%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC0240 (or 0xFC0240) is known color: Torch Red. HEX triplet: FC, 02 and 40. RGB value is (252,2,64). Sum of RGB (Red+Green+Blue) = 252+2+64=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0240 is #03FDBF. Grayscale: #535353. Windows color (decimal): -261568 or 4195068. OLE color: 4195068.

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

Color convert

RGB 252 2 64 -
CMYK 0 0.99 0.75 0.01
HSL 345.12º 0.98% 0.5% -
HSV(B) 345.12º 0.99% 0.99% -
XYZ 41.09 21.11 6.76 -
YUV 83.82 116.83 247.96 -
System Red Green Blue C M Y K H S L
Decimal 252 2 64 0 0.99 0.75 0.01 345.12 0.98 0.5
Hex FC 2 40 0 63 4B 1 159 62 32
Octal 374 2 100 0 143 113 1 531 142 62
Binary 11111100 10 1000000 0 1100011 1001011 1 101011001 1100010 110010

Color Harmonies of #FC0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0240

Black with #FC0240

Text Example


Text Example

White with #FC0240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0240; }

 p { color: rgb(252,2,64); }

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

background-color css

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

 a { background-color: rgb(252,2,64); }

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

border-color css

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

 span { border-color: rgb(252,2,64); }

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