Html Css Color HEX #F20044 Torch Red

📋 copy color: '#F20044'

red 242 ◦ green 0 ◦ blue 68

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

Shades of Torch Red #F20044

Tints of Torch Red #F20044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 78.06%
G = 0%
B = 21.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F20044 (or 0xF20044) is known color: Torch Red. HEX triplet: F2, 00 and 44. RGB value is (242,0,68). Sum of RGB (Red+Green+Blue) = 242+0+68=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F20044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20044 is #0DFFBB. Grayscale: #505050. Windows color (decimal): -917436 or 4456690. OLE color: 4456690.

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

Color convert

RGB 242 0 68 -
CMYK 0 1 0.72 0.05
HSL 343.14º 1% 0.47% -
HSV(B) 343.14º 1% 0.95% -
XYZ 37.66 19.29 7.21 -
YUV 80.11 121.17 243.47 -
System Red Green Blue C M Y K H S L
Decimal 242 0 68 0 1 0.72 0.05 343.14 1 0.47
Hex F2 0 44 0 64 48 5 157 64 2F
Octal 362 0 104 0 144 110 5 527 144 57
Binary 11110010 0 1000100 0 1100100 1001000 101 101010111 1100100 101111

Color Harmonies of #F20044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20044

Black with #F20044

Text Example


Text Example

White with #F20044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20044; }

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

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

background-color css

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

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

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

border-color css

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

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

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