Html Css Color HEX #F0123A Torch Red

📋 copy color: '#F0123A'

red 240 ◦ green 18 ◦ blue 58

#F0123A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F0123A

Tints of Torch Red #F0123A

RGB

 RED value IS 240 (94.14% from 255) = 75.95%

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 75.95%
G = 5.7%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0123A (or 0xF0123A) is known color: Torch Red. HEX triplet: F0, 12 and 3A. RGB value is (240,18,58). Sum of RGB (Red+Green+Blue) = 240+18+58=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F0123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0123A is #0FEDC5. Grayscale: #595959. Windows color (decimal): -1043910 or 3805936. OLE color: 3805936.

HSL color Cylindrical-coordinate representation of color #F0123A: hue angle of 349.19º 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 #F0123A is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 58 -
CMYK 0 0.92 0.76 0.06
HSL 349.19º 0.88% 0.51% -
HSV(B) 349.19º 0.93% 0.94% -
XYZ 36.92 19.26 5.78 -
YUV 88.94 110.55 235.75 -
System Red Green Blue C M Y K H S L
Decimal 240 18 58 0 0.92 0.76 0.06 349.19 0.88 0.51
Hex F0 12 3A 0 5C 4C 6 15D 58 33
Octal 360 22 72 0 134 114 6 535 130 63
Binary 11110000 10010 111010 0 1011100 1001100 110 101011101 1011000 110011

Color Harmonies of #F0123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0123A

Black with #F0123A

Text Example


Text Example

White with #F0123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0123A; }

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

 H1.HeaderClassName
 {
   color: #F0123A;
 }
 .AnyTagClassName
 {
   color: #F0123A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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