Html Css Color HEX #F20147 Torch Red

📋 copy color: '#F20147'

red 242 ◦ green 1 ◦ blue 71

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

Shades of Torch Red #F20147

Tints of Torch Red #F20147

RGB

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

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

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

R = 77.07%
G = 0.32%
B = 22.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F20147 (or 0xF20147) is known color: Torch Red. HEX triplet: F2, 01 and 47. RGB value is (242,1,71). Sum of RGB (Red+Green+Blue) = 242+1+71=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F20147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20147 is #0DFEB8. Grayscale: #515151. Windows color (decimal): -917177 or 4653554. OLE color: 4653554.

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

Color convert

RGB 242 1 71 -
CMYK 0 1.00 0.71 0.05
HSL 342.57º 0.99% 0.48% -
HSV(B) 342.57º 1% 0.95% -
XYZ 37.77 19.35 7.71 -
YUV 81.04 122.34 242.81 -
System Red Green Blue C M Y K H S L
Decimal 242 1 71 0 1.00 0.71 0.05 342.57 0.99 0.48
Hex F2 1 47 0 64 47 5 157 63 30
Octal 362 1 107 0 144 107 5 527 143 60
Binary 11110010 1 1000111 0 1100100 1000111 101 101010111 1100011 110000

Color Harmonies of #F20147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20147

Black with #F20147

Text Example


Text Example

White with #F20147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20147; }

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

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

background-color css

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

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

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

border-color css

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

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

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