Html Css Color HEX #FE1048 Torch Red

📋 copy color: '#FE1048'

red 254 ◦ green 16 ◦ blue 72

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

Shades of Torch Red #FE1048

Tints of Torch Red #FE1048

RGB

 RED value IS 254 (99.61% from 255) = 74.27%

 GREEN value IS 16 (6.64% from 255) = 4.68%

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

R = 74.27%
G = 4.68%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE1048 (or 0xFE1048) is known color: Torch Red. HEX triplet: FE, 10 and 48. RGB value is (254,16,72). Sum of RGB (Red+Green+Blue) = 254+16+72=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1048 is #01EFB7. Grayscale: #5D5D5D. Windows color (decimal): -126904 or 4722942. OLE color: 4722942.

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

Color convert

RGB 254 16 72 -
CMYK 0 0.94 0.72 0.00
HSL 345.88º 0.99% 0.53% -
HSV(B) 345.88º 0.94% 1% -
XYZ 42.23 21.91 8.13 -
YUV 93.55 115.85 242.45 -
System Red Green Blue C M Y K H S L
Decimal 254 16 72 0 0.94 0.72 0.00 345.88 0.99 0.53
Hex FE 10 48 0 5E 48 0 15A 63 35
Octal 376 20 110 0 136 110 0 532 143 65
Binary 11111110 10000 1001000 0 1011110 1001000 0 101011010 1100011 110101

Color Harmonies of #FE1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1048

Black with #FE1048

Text Example


Text Example

White with #FE1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1048; }

 p { color: rgb(254,16,72); }

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

background-color css

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

 a { background-color: rgb(254,16,72); }

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

border-color css

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

 span { border-color: rgb(254,16,72); }

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