#F01233

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

Shades of Torch Red #F01233

Tints of Torch Red #F01233

Color information

#F01233 (or 0xF01233) is unknown color: approx Torch Red. HEX triplet: F0, 12 and 33. RGB value is (240,18,51). Sum of RGB (Red+Green+Blue) = 240+18+51=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F01233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01233 is #0FEDCC. Grayscale: #585858. Windows color (decimal): -1043917 or 3347184. OLE color: 3347184.

HSL color Cylindrical-coordinate representation of color #F01233: hue angle of 351.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01233 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB2401851-
CMYK00.920.790.06
HSL351.08º88.1%50.59%-
HSV(B)351.08º92.5%94.12%-
XYZ36.7519.24.9-
YUV88.14107.05236.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 77.67%
GREEN value IS 18 (7.42% from 255) = 5.83%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=77.67%
G=5.83%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240185100.920.790.06351.0888.150.59
HexF0123305C4F615f5833
Octal36022630134117653713063
Binary11110000100101100110101110010011111101010111111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01233; }

 p { color: rgb(240,18,51); }

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

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

 a { background-color: rgb(240,18,51); }

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

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

 span { border-color: rgb(240,18,51); }

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