Html Css Color HEX #F0162F Torch Red

📋 copy color: '#F0162F'

red 240 ◦ green 22 ◦ blue 47

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

Shades of Torch Red #F0162F

Tints of Torch Red #F0162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.12%

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 77.67%
G = 7.12%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0162F (or 0xF0162F) is known color: Torch Red. HEX triplet: F0, 16 and 2F. RGB value is (240,22,47). Sum of RGB (Red+Green+Blue) = 240+22+47=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F0162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0162F is #0FE9D0. Grayscale: #5A5A5A. Windows color (decimal): -1042897 or 3086064. OLE color: 3086064.

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

Color convert

RGB 240 22 47 -
CMYK 0 0.91 0.80 0.06
HSL 353.12º 0.88% 0.51% -
HSV(B) 353.12º 0.91% 0.94% -
XYZ 36.74 19.3 4.48 -
YUV 90.03 103.72 234.97 -
System Red Green Blue C M Y K H S L
Decimal 240 22 47 0 0.91 0.80 0.06 353.12 0.88 0.51
Hex F0 16 2F 0 5B 50 6 161 58 33
Octal 360 26 57 0 133 120 6 541 130 63
Binary 11110000 10110 101111 0 1011011 1010000 110 101100001 1011000 110011

Color Harmonies of #F0162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0162F

Black with #F0162F

Text Example


Text Example

White with #F0162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0162F; }

 p { color: rgb(240,22,47); }

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

background-color css

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

 a { background-color: rgb(240,22,47); }

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

border-color css

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

 span { border-color: rgb(240,22,47); }

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