Html Css Color HEX #F20646 Torch Red

📋 copy color: '#F20646'

red 242 ◦ green 6 ◦ blue 70

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

Shades of Torch Red #F20646

Tints of Torch Red #F20646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

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

R = 76.1%
G = 1.89%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F20646 (or 0xF20646) is known color: Torch Red. HEX triplet: F2, 06 and 46. RGB value is (242,6,70). Sum of RGB (Red+Green+Blue) = 242+6+70=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F20646 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20646 is #0DF9B9. Grayscale: #535353. Windows color (decimal): -915898 or 4589298. OLE color: 4589298.

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

Color convert

RGB 242 6 70 -
CMYK 0 0.98 0.71 0.05
HSL 343.73º 0.95% 0.49% -
HSV(B) 343.73º 0.98% 0.95% -
XYZ 37.79 19.45 7.56 -
YUV 83.86 120.19 240.8 -
System Red Green Blue C M Y K H S L
Decimal 242 6 70 0 0.98 0.71 0.05 343.73 0.95 0.49
Hex F2 6 46 0 62 47 5 158 5F 31
Octal 362 6 106 0 142 107 5 530 137 61
Binary 11110010 110 1000110 0 1100010 1000111 101 101011000 1011111 110001

Color Harmonies of #F20646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20646

Black with #F20646

Text Example


Text Example

White with #F20646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20646; }

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

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

background-color css

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

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

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

border-color css

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

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

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