Html Css Color HEX #F2003A Torch Red

📋 copy color: '#F2003A'

red 242 ◦ green 0 ◦ blue 58

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

Shades of Torch Red #F2003A

Tints of Torch Red #F2003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.67%
G = 0%
B = 19.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2003A (or 0xF2003A) is known color: Torch Red. HEX triplet: F2, 00 and 3A. RGB value is (242,0,58). Sum of RGB (Red+Green+Blue) = 242+0+58=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F2003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2003A is #0DFFC5. Grayscale: #4E4E4E. Windows color (decimal): -917446 or 3801330. OLE color: 3801330.

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

Color convert

RGB 242 0 58 -
CMYK 0 1 0.76 0.05
HSL 345.62º 1% 0.47% -
HSV(B) 345.62º 1% 0.95% -
XYZ 37.38 19.18 5.74 -
YUV 78.97 116.17 244.28 -
System Red Green Blue C M Y K H S L
Decimal 242 0 58 0 1 0.76 0.05 345.62 1 0.47
Hex F2 0 3A 0 64 4C 5 15A 64 2F
Octal 362 0 72 0 144 114 5 532 144 57
Binary 11110010 0 111010 0 1100100 1001100 101 101011010 1100100 101111

Color Harmonies of #F2003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2003A

Black with #F2003A

Text Example


Text Example

White with #F2003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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