Html Css Color HEX #F2114A Torch Red

📋 copy color: '#F2114A'

red 242 ◦ green 17 ◦ blue 74

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

Shades of Torch Red #F2114A

Tints of Torch Red #F2114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 72.67%
G = 5.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2114A (or 0xF2114A) is known color: Torch Red. HEX triplet: F2, 11 and 4A. RGB value is (242,17,74). Sum of RGB (Red+Green+Blue) = 242+17+74=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F2114A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2114A is #0DEEB5. Grayscale: #5A5A5A. Windows color (decimal): -913078 or 4854258. OLE color: 4854258.

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

Color convert

RGB 242 17 74 -
CMYK 0 0.93 0.69 0.05
HSL 344.8º 0.9% 0.51% -
HSV(B) 344.8º 0.93% 0.95% -
XYZ 38.05 19.77 8.29 -
YUV 90.77 118.54 235.87 -
System Red Green Blue C M Y K H S L
Decimal 242 17 74 0 0.93 0.69 0.05 344.8 0.9 0.51
Hex F2 11 4A 0 5D 45 5 159 5A 33
Octal 362 21 112 0 135 105 5 531 132 63
Binary 11110010 10001 1001010 0 1011101 1000101 101 101011001 1011010 110011

Color Harmonies of #F2114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2114A

Black with #F2114A

Text Example


Text Example

White with #F2114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2114A; }

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

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

background-color css

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

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

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

border-color css

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

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

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