Html Css Color HEX #F2040F Torch Red

📋 copy color: '#F2040F'

red 242 ◦ green 4 ◦ blue 15

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

Shades of Torch Red #F2040F

Tints of Torch Red #F2040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 92.72%
G = 1.53%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2040F (or 0xF2040F) is known color: Torch Red. HEX triplet: F2, 04 and 0F. RGB value is (242,4,15). Sum of RGB (Red+Green+Blue) = 242+4+15=261 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.72% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 242 - color contains mainly: red. Hex color #F2040F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2040F is #0DFBF0. Grayscale: #4C4C4C. Windows color (decimal): -916465 or 984306. OLE color: 984306.

HSL color Cylindrical-coordinate representation of color #F2040F: hue angle of 357.23º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2040F is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 4 15 -
CMYK 0 0.98 0.94 0.05
HSL 357.23º 0.97% 0.48% -
HSV(B) 357.23º 0.98% 0.95% -
XYZ 36.75 19 2.18 -
YUV 76.42 93.35 246.11 -
System Red Green Blue C M Y K H S L
Decimal 242 4 15 0 0.98 0.94 0.05 357.23 0.97 0.48
Hex F2 4 F 0 62 5E 5 165 61 30
Octal 362 4 17 0 142 136 5 545 141 60
Binary 11110010 100 1111 0 1100010 1011110 101 101100101 1100001 110000

Color Harmonies of #F2040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2040F

Black with #F2040F

Text Example


Text Example

White with #F2040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2040F; }

 p { color: rgb(242,4,15); }

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

background-color css

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

 a { background-color: rgb(242,4,15); }

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

border-color css

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

 span { border-color: rgb(242,4,15); }

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