Html Css Color HEX #F0142A Torch Red

📋 copy color: '#F0142A'

red 240 ◦ green 20 ◦ blue 42

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

Shades of Torch Red #F0142A

Tints of Torch Red #F0142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.62%

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 79.47%
G = 6.62%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0142A (or 0xF0142A) is known color: Torch Red. HEX triplet: F0, 14 and 2A. RGB value is (240,20,42). Sum of RGB (Red+Green+Blue) = 240+20+42=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0142A is #0FEBD5. Grayscale: #585858. Windows color (decimal): -1043414 or 2757872. OLE color: 2757872.

HSL color Cylindrical-coordinate representation of color #F0142A: hue angle of 354º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0142A is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 42 -
CMYK 0 0.92 0.82 0.06
HSL 354º 0.88% 0.51% -
HSV(B) 354º 0.92% 0.94% -
XYZ 36.6 19.19 3.97 -
YUV 88.29 101.89 236.21 -
System Red Green Blue C M Y K H S L
Decimal 240 20 42 0 0.92 0.82 0.06 354 0.88 0.51
Hex F0 14 2A 0 5C 52 6 162 58 33
Octal 360 24 52 0 134 122 6 542 130 63
Binary 11110000 10100 101010 0 1011100 1010010 110 101100010 1011000 110011

Color Harmonies of #F0142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0142A

Black with #F0142A

Text Example


Text Example

White with #F0142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0142A; }

 p { color: rgb(240,20,42); }

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

background-color css

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

 a { background-color: rgb(240,20,42); }

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

border-color css

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

 span { border-color: rgb(240,20,42); }

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