Html Css Color HEX #F20845 Torch Red

📋 copy color: '#F20845'

red 242 ◦ green 8 ◦ blue 69

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

Shades of Torch Red #F20845

Tints of Torch Red #F20845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.63%

R = 75.86%
G = 2.51%
B = 21.63%

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

#F20845 (or 0xF20845) is known color: Torch Red. HEX triplet: F2, 08 and 45. RGB value is (242,8,69). Sum of RGB (Red+Green+Blue) = 242+8+69=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F20845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20845 is #0DF7BA. Grayscale: #545454. Windows color (decimal): -915387 or 4524274. OLE color: 4524274.

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

Color convert

RGB 242 8 69 -
CMYK 0 0.97 0.71 0.05
HSL 344.36º 0.94% 0.49% -
HSV(B) 344.36º 0.97% 0.95% -
XYZ 37.78 19.48 7.4 -
YUV 84.92 119.02 240.04 -
System Red Green Blue C M Y K H S L
Decimal 242 8 69 0 0.97 0.71 0.05 344.36 0.94 0.49
Hex F2 8 45 0 61 47 5 158 5E 31
Octal 362 10 105 0 141 107 5 530 136 61
Binary 11110010 1000 1000101 0 1100001 1000111 101 101011000 1011110 110001

Color Harmonies of #F20845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20845

Black with #F20845

Text Example


Text Example

White with #F20845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20845; }

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

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

background-color css

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

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

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

border-color css

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

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

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