Html Css Color HEX #F40143 Torch Red

📋 copy color: '#F40143'

red 244 ◦ green 1 ◦ blue 67

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

Shades of Torch Red #F40143

Tints of Torch Red #F40143

RGB

 RED value IS 244 (95.7% from 255) = 78.21%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 78.21%
G = 0.32%
B = 21.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F40143 (or 0xF40143) is known color: Torch Red. HEX triplet: F4, 01 and 43. RGB value is (244,1,67). Sum of RGB (Red+Green+Blue) = 244+1+67=312 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.21% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 244 - color contains mainly: red. Hex color #F40143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40143 is #0BFEBC. Grayscale: #515151. Windows color (decimal): -786109 or 4391412. OLE color: 4391412.

HSL color Cylindrical-coordinate representation of color #F40143: hue angle of 343.7º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40143 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 67 -
CMYK 0 1.00 0.73 0.04
HSL 343.7º 0.99% 0.48% -
HSV(B) 343.7º 1% 0.96% -
XYZ 38.33 19.66 7.08 -
YUV 81.18 120.01 244.13 -
System Red Green Blue C M Y K H S L
Decimal 244 1 67 0 1.00 0.73 0.04 343.7 0.99 0.48
Hex F4 1 43 0 64 49 4 158 63 30
Octal 364 1 103 0 144 111 4 530 143 60
Binary 11110100 1 1000011 0 1100100 1001001 100 101011000 1100011 110000

Color Harmonies of #F40143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40143

Black with #F40143

Text Example


Text Example

White with #F40143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40143; }

 p { color: rgb(244,1,67); }

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

background-color css

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

 a { background-color: rgb(244,1,67); }

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

border-color css

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

 span { border-color: rgb(244,1,67); }

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