#F91230

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

Shades of Torch Red #F91230

Tints of Torch Red #F91230

Color information

#F91230 (or 0xF91230) is unknown color: approx Torch Red. HEX triplet: F9, 12 and 30. RGB value is (249,18,48). Sum of RGB (Red+Green+Blue) = 249+18+48=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F91230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91230 is #06EDCF. Grayscale: #5A5A5A. Windows color (decimal): -454096 or 3150585. OLE color: 3150585.

HSL color Cylindrical-coordinate representation of color #F91230: hue angle of 352.21º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91230 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB2491848-
CMYK00.930.810.02
HSL352.21º95.06%52.35%-
HSV(B)352.21º92.77%97.65%-
XYZ39.8220.794.71-
YUV90.49104.03241.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 79.05%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 48 (19.14% from 255) = 15.24%
R=79.05%
G=5.71%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249184800.930.810.02352.2195.0652.35
HexF9123005D5121605f34
Octal37122600135121254013764
Binary1111100110010110000010111011010001101011000001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91230; }

 p { color: rgb(249,18,48); }

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

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

 a { background-color: rgb(249,18,48); }

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

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

 span { border-color: rgb(249,18,48); }

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