Html Css Color HEX #FC1248 Torch Red

📋 copy color: '#FC1248'

red 252 ◦ green 18 ◦ blue 72

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

Shades of Torch Red #FC1248

Tints of Torch Red #FC1248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 73.68%
G = 5.26%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC1248 (or 0xFC1248) is known color: Torch Red. HEX triplet: FC, 12 and 48. RGB value is (252,18,72). Sum of RGB (Red+Green+Blue) = 252+18+72=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1248 is #03EDB7. Grayscale: #5E5E5E. Windows color (decimal): -257464 or 4723452. OLE color: 4723452.

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

Color convert

RGB 252 18 72 -
CMYK 0 0.93 0.71 0.01
HSL 346.15º 0.98% 0.53% -
HSV(B) 346.15º 0.93% 0.99% -
XYZ 41.53 21.6 8.11 -
YUV 94.12 115.52 240.61 -
System Red Green Blue C M Y K H S L
Decimal 252 18 72 0 0.93 0.71 0.01 346.15 0.98 0.53
Hex FC 12 48 0 5D 47 1 15A 62 35
Octal 374 22 110 0 135 107 1 532 142 65
Binary 11111100 10010 1001000 0 1011101 1000111 1 101011010 1100010 110101

Color Harmonies of #FC1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1248

Black with #FC1248

Text Example


Text Example

White with #FC1248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1248; }

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

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

background-color css

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

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

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

border-color css

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

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

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