Html Css Color HEX #FC1247 Torch Red

📋 copy color: '#FC1247'

red 252 ◦ green 18 ◦ blue 71

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

Shades of Torch Red #FC1247

Tints of Torch Red #FC1247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

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

R = 73.9%
G = 5.28%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC1247 (or 0xFC1247) is known color: Torch Red. HEX triplet: FC, 12 and 47. RGB value is (252,18,71). Sum of RGB (Red+Green+Blue) = 252+18+71=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1247 is #03EDB8. Grayscale: #5E5E5E. Windows color (decimal): -257465 or 4657916. OLE color: 4657916.

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

Color convert

RGB 252 18 71 -
CMYK 0 0.93 0.72 0.01
HSL 346.41º 0.98% 0.53% -
HSV(B) 346.41º 0.93% 0.99% -
XYZ 41.5 21.58 7.94 -
YUV 94.01 115.02 240.69 -
System Red Green Blue C M Y K H S L
Decimal 252 18 71 0 0.93 0.72 0.01 346.41 0.98 0.53
Hex FC 12 47 0 5D 48 1 15A 62 35
Octal 374 22 107 0 135 110 1 532 142 65
Binary 11111100 10010 1000111 0 1011101 1001000 1 101011010 1100010 110101

Color Harmonies of #FC1247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1247

Black with #FC1247

Text Example


Text Example

White with #FC1247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1247; }

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

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

background-color css

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

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

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

border-color css

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

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

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