#FF114F

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

Shades of Torch Red #FF114F

Tints of Torch Red #FF114F

Color information

#FF114F (or 0xFF114F) is unknown color: approx Torch Red. HEX triplet: FF, 11 and 4F. RGB value is (255,17,79). Sum of RGB (Red+Green+Blue) = 255+17+79=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF114F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF114F is #00EEB0. Grayscale: #5F5F5F. Windows color (decimal): -61105 or 5181951. OLE color: 5181951.

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

Color convert

RGB2551779-
CMYK00.930.690
HSL344.37º100%53.33%-
HSV(B)344.37º93.33%100%-
XYZ42.8522.239.43-
YUV95.23118.85241.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 72.65%
GREEN value IS 17 (7.03% from 255) = 4.84%
BLUE value IS 79 (31.25% from 255) = 22.51%
R=72.65%
G=4.84%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255177900.930.690344.3710053.33
HexFF114F05D4501586435
Octal377211170135105053014465
Binary1111111110001100111101011101100010101010110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF114F; }

 p { color: rgb(255,17,79); }

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

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

 a { background-color: rgb(255,17,79); }

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

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

 span { border-color: rgb(255,17,79); }

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