Html Css Color HEX #F0123E Torch Red

📋 copy color: '#F0123E'

red 240 ◦ green 18 ◦ blue 62

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

Shades of Torch Red #F0123E

Tints of Torch Red #F0123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 75%
G = 5.63%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0123E (or 0xF0123E) is known color: Torch Red. HEX triplet: F0, 12 and 3E. RGB value is (240,18,62). Sum of RGB (Red+Green+Blue) = 240+18+62=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0123E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0123E is #0FEDC1. Grayscale: #595959. Windows color (decimal): -1043906 or 4068080. OLE color: 4068080.

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

Color convert

RGB 240 18 62 -
CMYK 0 0.92 0.74 0.06
HSL 348.11º 0.88% 0.51% -
HSV(B) 348.11º 0.93% 0.94% -
XYZ 37.02 19.31 6.33 -
YUV 89.39 112.55 235.42 -
System Red Green Blue C M Y K H S L
Decimal 240 18 62 0 0.92 0.74 0.06 348.11 0.88 0.51
Hex F0 12 3E 0 5C 4A 6 15C 58 33
Octal 360 22 76 0 134 112 6 534 130 63
Binary 11110000 10010 111110 0 1011100 1001010 110 101011100 1011000 110011

Color Harmonies of #F0123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0123E

Black with #F0123E

Text Example


Text Example

White with #F0123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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