Html Css Color HEX #F2012F Torch Red

📋 copy color: '#F2012F'

red 242 ◦ green 1 ◦ blue 47

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

Shades of Torch Red #F2012F

Tints of Torch Red #F2012F

RGB

 RED value IS 242 (94.92% from 255) = 83.45%

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

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

R = 83.45%
G = 0.34%
B = 16.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2012F (or 0xF2012F) is known color: Torch Red. HEX triplet: F2, 01 and 2F. RGB value is (242,1,47). Sum of RGB (Red+Green+Blue) = 242+1+47=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F2012F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2012F is #0DFED0. Grayscale: #4E4E4E. Windows color (decimal): -917201 or 3080690. OLE color: 3080690.

HSL color Cylindrical-coordinate representation of color #F2012F: hue angle of 348.55º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2012F is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 1 47 -
CMYK 0 1.00 0.81 0.05
HSL 348.55º 0.99% 0.48% -
HSV(B) 348.55º 1% 0.95% -
XYZ 37.14 19.1 4.42 -
YUV 78.3 110.34 244.76 -
System Red Green Blue C M Y K H S L
Decimal 242 1 47 0 1.00 0.81 0.05 348.55 0.99 0.48
Hex F2 1 2F 0 64 51 5 15D 63 30
Octal 362 1 57 0 144 121 5 535 143 60
Binary 11110010 1 101111 0 1100100 1010001 101 101011101 1100011 110000

Color Harmonies of #F2012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2012F

Black with #F2012F

Text Example


Text Example

White with #F2012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2012F; }

 p { color: rgb(242,1,47); }

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

background-color css

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

 a { background-color: rgb(242,1,47); }

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

border-color css

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

 span { border-color: rgb(242,1,47); }

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