Html Css Color HEX #F0012B Torch Red

📋 copy color: '#F0012B'

red 240 ◦ green 1 ◦ blue 43

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

Shades of Torch Red #F0012B

Tints of Torch Red #F0012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 84.51%
G = 0.35%
B = 15.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0012B (or 0xF0012B) is known color: Torch Red. HEX triplet: F0, 01 and 2B. RGB value is (240,1,43). Sum of RGB (Red+Green+Blue) = 240+1+43=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F0012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0012B is #0FFED4. Grayscale: #4D4D4D. Windows color (decimal): -1048277 or 2818544. OLE color: 2818544.

HSL color Cylindrical-coordinate representation of color #F0012B: hue angle of 349.46º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0012B is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 43 -
CMYK 0 1.00 0.82 0.06
HSL 349.46º 0.99% 0.47% -
HSV(B) 349.46º 1% 0.94% -
XYZ 36.38 18.72 3.98 -
YUV 77.25 108.68 244.08 -
System Red Green Blue C M Y K H S L
Decimal 240 1 43 0 1.00 0.82 0.06 349.46 0.99 0.47
Hex F0 1 2B 0 64 52 6 15D 63 2F
Octal 360 1 53 0 144 122 6 535 143 57
Binary 11110000 1 101011 0 1100100 1010010 110 101011101 1100011 101111

Color Harmonies of #F0012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0012B

Black with #F0012B

Text Example


Text Example

White with #F0012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0012B; }

 p { color: rgb(240,1,43); }

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

background-color css

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

 a { background-color: rgb(240,1,43); }

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

border-color css

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

 span { border-color: rgb(240,1,43); }

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