#FF004F

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

Shades of Torch Red #FF004F

Tints of Torch Red #FF004F

Color information

#FF004F (or 0xFF004F) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 4F. RGB value is (255,0,79). Sum of RGB (Red+Green+Blue) = 255+0+79=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF004F is #00FFB0. Grayscale: #555555. Windows color (decimal): -65457 or 5177599. OLE color: 5177599.

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

Color convert

RGB255079-
CMYK010.690
HSL341.41º100%50%-
HSV(B)341.41º100%100%-
XYZ42.6521.829.36-
YUV85.25124.48249.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=76.35%
G=0%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255079010.690341.4110050
HexFF04F0644501556432
Octal37701170144105052514462
Binary111111110100111101100100100010101010101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF004F; }

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

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

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

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

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

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

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

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