#F50230

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

Shades of Torch Red #F50230

Tints of Torch Red #F50230

Color information

#F50230 (or 0xF50230) is unknown color: approx Torch Red. HEX triplet: F5, 02 and 30. RGB value is (245,2,48). Sum of RGB (Red+Green+Blue) = 245+2+48=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F50230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50230 is #0AFDCF. Grayscale: #4F4F4F. Windows color (decimal): -720336 or 3146485. OLE color: 3146485.

HSL color Cylindrical-coordinate representation of color #F50230: hue angle of 348.64º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50230 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB245248-
CMYK00.990.800.04
HSL348.64º98.38%48.43%-
HSV(B)348.64º99.18%96.08%-
XYZ38.2119.674.58-
YUV79.9110.01245.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 83.05%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=83.05%
G=0.68%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524800.990.800.04348.6498.3848.43
HexF523006350415d6230
Octal3652600143120453514260
Binary11110101101100000110001110100001001010111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50230; }

 p { color: rgb(245,2,48); }

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

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

 a { background-color: rgb(245,2,48); }

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

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

 span { border-color: rgb(245,2,48); }

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