Html Css Color HEX #FC0247 Torch Red

📋 copy color: '#FC0247'

red 252 ◦ green 2 ◦ blue 71

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

Shades of Torch Red #FC0247

Tints of Torch Red #FC0247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.85%

R = 77.54%
G = 0.62%
B = 21.85%

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

#FC0247 (or 0xFC0247) is known color: Torch Red. HEX triplet: FC, 02 and 47. RGB value is (252,2,71). Sum of RGB (Red+Green+Blue) = 252+2+71=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0247 is #03FDB8. Grayscale: #545454. Windows color (decimal): -261561 or 4653820. OLE color: 4653820.

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

Color convert

RGB 252 2 71 -
CMYK 0 0.99 0.72 0.01
HSL 343.44º 0.98% 0.5% -
HSV(B) 343.44º 0.99% 0.99% -
XYZ 41.3 21.19 7.88 -
YUV 84.62 120.33 247.39 -
System Red Green Blue C M Y K H S L
Decimal 252 2 71 0 0.99 0.72 0.01 343.44 0.98 0.5
Hex FC 2 47 0 63 48 1 157 62 32
Octal 374 2 107 0 143 110 1 527 142 62
Binary 11111100 10 1000111 0 1100011 1001000 1 101010111 1100010 110010

Color Harmonies of #FC0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0247

Black with #FC0247

Text Example


Text Example

White with #FC0247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0247; }

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

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

background-color css

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

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

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

border-color css

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

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

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