Html Css Color HEX #F0123C Torch Red

📋 copy color: '#F0123C'

red 240 ◦ green 18 ◦ blue 60

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

Shades of Torch Red #F0123C

Tints of Torch Red #F0123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 75.47%
G = 5.66%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0123C (or 0xF0123C) is known color: Torch Red. HEX triplet: F0, 12 and 3C. RGB value is (240,18,60). Sum of RGB (Red+Green+Blue) = 240+18+60=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F0123C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0123C is #0FEDC3. Grayscale: #595959. Windows color (decimal): -1043908 or 3937008. OLE color: 3937008.

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

Color convert

RGB 240 18 60 -
CMYK 0 0.92 0.75 0.06
HSL 348.65º 0.88% 0.51% -
HSV(B) 348.65º 0.93% 0.94% -
XYZ 36.97 19.28 6.05 -
YUV 89.17 111.55 235.58 -
System Red Green Blue C M Y K H S L
Decimal 240 18 60 0 0.92 0.75 0.06 348.65 0.88 0.51
Hex F0 12 3C 0 5C 4B 6 15D 58 33
Octal 360 22 74 0 134 113 6 535 130 63
Binary 11110000 10010 111100 0 1011100 1001011 110 101011101 1011000 110011

Color Harmonies of #F0123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0123C

Black with #F0123C

Text Example


Text Example

White with #F0123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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