Html Css Color HEX #F2013A Torch Red

📋 copy color: '#F2013A'

red 242 ◦ green 1 ◦ blue 58

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

Shades of Torch Red #F2013A

Tints of Torch Red #F2013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 80.4%
G = 0.33%
B = 19.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2013A (or 0xF2013A) is known color: Torch Red. HEX triplet: F2, 01 and 3A. RGB value is (242,1,58). Sum of RGB (Red+Green+Blue) = 242+1+58=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F2013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2013A is #0DFEC5. Grayscale: #4F4F4F. Windows color (decimal): -917190 or 3801586. OLE color: 3801586.

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

Color convert

RGB 242 1 58 -
CMYK 0 1.00 0.76 0.05
HSL 345.81º 0.99% 0.48% -
HSV(B) 345.81º 1% 0.95% -
XYZ 37.39 19.2 5.74 -
YUV 79.56 115.84 243.87 -
System Red Green Blue C M Y K H S L
Decimal 242 1 58 0 1.00 0.76 0.05 345.81 0.99 0.48
Hex F2 1 3A 0 64 4C 5 15A 63 30
Octal 362 1 72 0 144 114 5 532 143 60
Binary 11110010 1 111010 0 1100100 1001100 101 101011010 1100011 110000

Color Harmonies of #F2013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2013A

Black with #F2013A

Text Example


Text Example

White with #F2013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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