Html Css Color HEX #F2012D Torch Red

📋 copy color: '#F2012D'

red 242 ◦ green 1 ◦ blue 45

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

Shades of Torch Red #F2012D

Tints of Torch Red #F2012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 84.03%
G = 0.35%
B = 15.63%

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

#F2012D (or 0xF2012D) is known color: Torch Red. HEX triplet: F2, 01 and 2D. RGB value is (242,1,45). Sum of RGB (Red+Green+Blue) = 242+1+45=288 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.03% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 242 - color contains mainly: red. Hex color #F2012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2012D is #0DFED2. Grayscale: #4E4E4E. Windows color (decimal): -917203 or 2949618. OLE color: 2949618.

HSL color Cylindrical-coordinate representation of color #F2012D: hue angle of 349.05º 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 #F2012D is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 1 45 -
CMYK 0 1.00 0.81 0.05
HSL 349.05º 0.99% 0.48% -
HSV(B) 349.05º 1% 0.95% -
XYZ 37.1 19.09 4.21 -
YUV 78.08 109.34 244.92 -
System Red Green Blue C M Y K H S L
Decimal 242 1 45 0 1.00 0.81 0.05 349.05 0.99 0.48
Hex F2 1 2D 0 64 51 5 15D 63 30
Octal 362 1 55 0 144 121 5 535 143 60
Binary 11110010 1 101101 0 1100100 1010001 101 101011101 1100011 110000

Color Harmonies of #F2012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2012D

Black with #F2012D

Text Example


Text Example

White with #F2012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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