Html Css Color HEX #F20847 Torch Red

📋 copy color: '#F20847'

red 242 ◦ green 8 ◦ blue 71

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

Shades of Torch Red #F20847

Tints of Torch Red #F20847

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

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

R = 75.39%
G = 2.49%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F20847 (or 0xF20847) is known color: Torch Red. HEX triplet: F2, 08 and 47. RGB value is (242,8,71). Sum of RGB (Red+Green+Blue) = 242+8+71=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F20847 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20847 is #0DF7B8. Grayscale: #555555. Windows color (decimal): -915385 or 4655346. OLE color: 4655346.

HSL color Cylindrical-coordinate representation of color #F20847: hue angle of 343.85º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20847 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 8 71 -
CMYK 0 0.97 0.71 0.05
HSL 343.85º 0.94% 0.49% -
HSV(B) 343.85º 0.97% 0.95% -
XYZ 37.84 19.51 7.73 -
YUV 85.15 120.02 239.88 -
System Red Green Blue C M Y K H S L
Decimal 242 8 71 0 0.97 0.71 0.05 343.85 0.94 0.49
Hex F2 8 47 0 61 47 5 158 5E 31
Octal 362 10 107 0 141 107 5 530 136 61
Binary 11110010 1000 1000111 0 1100001 1000111 101 101011000 1011110 110001

Color Harmonies of #F20847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20847

Black with #F20847

Text Example


Text Example

White with #F20847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20847; }

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

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

background-color css

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

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

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

border-color css

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

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

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