Html Css Color HEX #FE1150 Torch Red

📋 copy color: '#FE1150'

red 254 ◦ green 17 ◦ blue 80

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

Shades of Torch Red #FE1150

Tints of Torch Red #FE1150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.84%

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 72.36%
G = 4.84%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE1150 (or 0xFE1150) is known color: Torch Red. HEX triplet: FE, 11 and 50. RGB value is (254,17,80). Sum of RGB (Red+Green+Blue) = 254+17+80=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1150 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1150 is #01EEAF. Grayscale: #5F5F5F. Windows color (decimal): -126640 or 5247486. OLE color: 5247486.

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

Color convert

RGB 254 17 80 -
CMYK 0 0.93 0.69 0.00
HSL 344.05º 0.99% 0.53% -
HSV(B) 344.05º 0.93% 1% -
XYZ 42.52 22.05 9.6 -
YUV 95.05 119.52 241.38 -
System Red Green Blue C M Y K H S L
Decimal 254 17 80 0 0.93 0.69 0.00 344.05 0.99 0.53
Hex FE 11 50 0 5D 45 0 158 63 35
Octal 376 21 120 0 135 105 0 530 143 65
Binary 11111110 10001 1010000 0 1011101 1000101 0 101011000 1100011 110101

Color Harmonies of #FE1150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1150

Black with #FE1150

Text Example


Text Example

White with #FE1150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1150; }

 p { color: rgb(254,17,80); }

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

background-color css

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

 a { background-color: rgb(254,17,80); }

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

border-color css

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

 span { border-color: rgb(254,17,80); }

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