Html Css Color HEX #F20040 Torch Red

📋 copy color: '#F20040'

red 242 ◦ green 0 ◦ blue 64

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

Shades of Torch Red #F20040

Tints of Torch Red #F20040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 79.08%
G = 0%
B = 20.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F20040 (or 0xF20040) is known color: Torch Red. HEX triplet: F2, 00 and 40. RGB value is (242,0,64). Sum of RGB (Red+Green+Blue) = 242+0+64=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F20040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20040 is #0DFFBF. Grayscale: #4F4F4F. Windows color (decimal): -917440 or 4194546. OLE color: 4194546.

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

Color convert

RGB 242 0 64 -
CMYK 0 1 0.74 0.05
HSL 344.13º 1% 0.47% -
HSV(B) 344.13º 1% 0.95% -
XYZ 37.54 19.25 6.59 -
YUV 79.65 119.17 243.8 -
System Red Green Blue C M Y K H S L
Decimal 242 0 64 0 1 0.74 0.05 344.13 1 0.47
Hex F2 0 40 0 64 4A 5 158 64 2F
Octal 362 0 100 0 144 112 5 530 144 57
Binary 11110010 0 1000000 0 1100100 1001010 101 101011000 1100100 101111

Color Harmonies of #F20040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20040

Black with #F20040

Text Example


Text Example

White with #F20040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20040; }

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

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

background-color css

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

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

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

border-color css

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

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

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