Html Css Color HEX #F20047 Torch Red

📋 copy color: '#F20047'

red 242 ◦ green 0 ◦ blue 71

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

Shades of Torch Red #F20047

Tints of Torch Red #F20047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 77.32%
G = 0%
B = 22.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F20047 (or 0xF20047) is known color: Torch Red. HEX triplet: F2, 00 and 47. RGB value is (242,0,71). Sum of RGB (Red+Green+Blue) = 242+0+71=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F20047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20047 is #0DFFB8. Grayscale: #505050. Windows color (decimal): -917433 or 4653298. OLE color: 4653298.

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

Color convert

RGB 242 0 71 -
CMYK 0 1 0.71 0.05
HSL 342.4º 1% 0.47% -
HSV(B) 342.4º 1% 0.95% -
XYZ 37.76 19.33 7.7 -
YUV 80.45 122.67 243.23 -
System Red Green Blue C M Y K H S L
Decimal 242 0 71 0 1 0.71 0.05 342.4 1 0.47
Hex F2 0 47 0 64 47 5 156 64 2F
Octal 362 0 107 0 144 107 5 526 144 57
Binary 11110010 0 1000111 0 1100100 1000111 101 101010110 1100100 101111

Color Harmonies of #F20047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20047

Black with #F20047

Text Example


Text Example

White with #F20047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20047; }

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

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

background-color css

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

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

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

border-color css

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

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

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