Html Css Color HEX #F2143D Torch Red

📋 copy color: '#F2143D'

red 242 ◦ green 20 ◦ blue 61

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

Shades of Torch Red #F2143D

Tints of Torch Red #F2143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.19%

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 74.92%
G = 6.19%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2143D (or 0xF2143D) is known color: Torch Red. HEX triplet: F2, 14 and 3D. RGB value is (242,20,61). Sum of RGB (Red+Green+Blue) = 242+20+61=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F2143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2143D is #0DEBC2. Grayscale: #5B5B5B. Windows color (decimal): -912323 or 4003058. OLE color: 4003058.

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

Color convert

RGB 242 20 61 -
CMYK 0 0.92 0.75 0.05
HSL 348.92º 0.9% 0.51% -
HSV(B) 348.92º 0.92% 0.95% -
XYZ 37.71 19.71 6.23 -
YUV 91.05 111.05 235.67 -
System Red Green Blue C M Y K H S L
Decimal 242 20 61 0 0.92 0.75 0.05 348.92 0.9 0.51
Hex F2 14 3D 0 5C 4B 5 15D 5A 33
Octal 362 24 75 0 134 113 5 535 132 63
Binary 11110010 10100 111101 0 1011100 1001011 101 101011101 1011010 110011

Color Harmonies of #F2143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2143D

Black with #F2143D

Text Example


Text Example

White with #F2143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2143D; }

 p { color: rgb(242,20,61); }

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

background-color css

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

 a { background-color: rgb(242,20,61); }

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

border-color css

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

 span { border-color: rgb(242,20,61); }

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