#FF124E

Color #FF124E Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FF124E

Tints of Torch Red #FF124E

Color information

#FF124E (or 0xFF124E) is unknown color: approx Torch Red. HEX triplet: FF, 12 and 4E. RGB value is (255,18,78). Sum of RGB (Red+Green+Blue) = 255+18+78=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF124E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF124E is #00EDB1. Grayscale: #5F5F5F. Windows color (decimal): -60850 or 5116671. OLE color: 5116671.

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

Color convert

RGB2551878-
CMYK00.930.690
HSL344.81º100%53.53%-
HSV(B)344.81º92.94%100%-
XYZ42.8322.249.24-
YUV95.7118.02241.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 72.65%
GREEN value IS 18 (7.42% from 255) = 5.13%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=72.65%
G=5.13%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255187800.930.690344.8110053.53
HexFF124E05D4501596436
Octal377221160135105053114466
Binary1111111110010100111001011101100010101010110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF124E; }

 p { color: rgb(255,18,78); }

 H1.HeaderClassName
 {
   color: #FF124E;
 }
 .AnyTagClassName
 {
   color: #FF124E;
 }
</style>
background-color css

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

 a { background-color: rgb(255,18,78); }

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

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

 span { border-color: rgb(255,18,78); }

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