Html Css Color HEX #FC0246 Torch Red

📋 copy color: '#FC0246'

red 252 ◦ green 2 ◦ blue 70

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

Shades of Torch Red #FC0246

Tints of Torch Red #FC0246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 77.78%
G = 0.62%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC0246 (or 0xFC0246) is known color: Torch Red. HEX triplet: FC, 02 and 46. RGB value is (252,2,70). Sum of RGB (Red+Green+Blue) = 252+2+70=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0246 is #03FDB9. Grayscale: #545454. Windows color (decimal): -261562 or 4588284. OLE color: 4588284.

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

Color convert

RGB 252 2 70 -
CMYK 0 0.99 0.72 0.01
HSL 343.68º 0.98% 0.5% -
HSV(B) 343.68º 0.99% 0.99% -
XYZ 41.27 21.18 7.71 -
YUV 84.5 119.83 247.47 -
System Red Green Blue C M Y K H S L
Decimal 252 2 70 0 0.99 0.72 0.01 343.68 0.98 0.5
Hex FC 2 46 0 63 48 1 158 62 32
Octal 374 2 106 0 143 110 1 530 142 62
Binary 11111100 10 1000110 0 1100011 1001000 1 101011000 1100010 110010

Color Harmonies of #FC0246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0246

Black with #FC0246

Text Example


Text Example

White with #FC0246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0246; }

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

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

background-color css

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

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

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

border-color css

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

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

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