Html Css Color HEX #F21146 Torch Red

📋 copy color: '#F21146'

red 242 ◦ green 17 ◦ blue 70

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

Shades of Torch Red #F21146

Tints of Torch Red #F21146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

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

R = 73.56%
G = 5.17%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F21146 (or 0xF21146) is known color: Torch Red. HEX triplet: F2, 11 and 46. RGB value is (242,17,70). Sum of RGB (Red+Green+Blue) = 242+17+70=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F21146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21146 is #0DEEB9. Grayscale: #5A5A5A. Windows color (decimal): -913082 or 4592114. OLE color: 4592114.

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

Color convert

RGB 242 17 70 -
CMYK 0 0.93 0.71 0.05
HSL 345.87º 0.9% 0.51% -
HSV(B) 345.87º 0.93% 0.95% -
XYZ 37.92 19.72 7.6 -
YUV 90.32 116.54 236.19 -
System Red Green Blue C M Y K H S L
Decimal 242 17 70 0 0.93 0.71 0.05 345.87 0.9 0.51
Hex F2 11 46 0 5D 47 5 15A 5A 33
Octal 362 21 106 0 135 107 5 532 132 63
Binary 11110010 10001 1000110 0 1011101 1000111 101 101011010 1011010 110011

Color Harmonies of #F21146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21146

Black with #F21146

Text Example


Text Example

White with #F21146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21146; }

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

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

background-color css

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

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

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

border-color css

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

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

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