Html Css Color HEX #F20846 Torch Red

📋 copy color: '#F20846'

red 242 ◦ green 8 ◦ blue 70

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

Shades of Torch Red #F20846

Tints of Torch Red #F20846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.88%

R = 75.63%
G = 2.5%
B = 21.88%

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

#F20846 (or 0xF20846) is known color: Torch Red. HEX triplet: F2, 08 and 46. RGB value is (242,8,70). Sum of RGB (Red+Green+Blue) = 242+8+70=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F20846 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20846 is #0DF7B9. Grayscale: #555555. Windows color (decimal): -915386 or 4589810. OLE color: 4589810.

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

Color convert

RGB 242 8 70 -
CMYK 0 0.97 0.71 0.05
HSL 344.1º 0.94% 0.49% -
HSV(B) 344.1º 0.97% 0.95% -
XYZ 37.81 19.49 7.56 -
YUV 85.03 119.52 239.96 -
System Red Green Blue C M Y K H S L
Decimal 242 8 70 0 0.97 0.71 0.05 344.1 0.94 0.49
Hex F2 8 46 0 61 47 5 158 5E 31
Octal 362 10 106 0 141 107 5 530 136 61
Binary 11110010 1000 1000110 0 1100001 1000111 101 101011000 1011110 110001

Color Harmonies of #F20846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20846

Black with #F20846

Text Example


Text Example

White with #F20846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20846; }

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

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

background-color css

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

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

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

border-color css

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

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

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