Html Css Color HEX #F10143 Torch Red

📋 copy color: '#F10143'

red 241 ◦ green 1 ◦ blue 67

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

Shades of Torch Red #F10143

Tints of Torch Red #F10143

RGB

 RED value IS 241 (94.53% from 255) = 77.99%

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

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

R = 77.99%
G = 0.32%
B = 21.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F10143 (or 0xF10143) is known color: Torch Red. HEX triplet: F1, 01 and 43. RGB value is (241,1,67). Sum of RGB (Red+Green+Blue) = 241+1+67=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F10143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10143 is #0EFEBC. Grayscale: #505050. Windows color (decimal): -982717 or 4391409. OLE color: 4391409.

HSL color Cylindrical-coordinate representation of color #F10143: hue angle of 343.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10143 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 67 -
CMYK 0 1.00 0.72 0.05
HSL 343.5º 0.99% 0.47% -
HSV(B) 343.5º 1% 0.95% -
XYZ 37.3 19.13 7.04 -
YUV 80.28 120.51 242.63 -
System Red Green Blue C M Y K H S L
Decimal 241 1 67 0 1.00 0.72 0.05 343.5 0.99 0.47
Hex F1 1 43 0 64 48 5 158 63 2F
Octal 361 1 103 0 144 110 5 530 143 57
Binary 11110001 1 1000011 0 1100100 1001000 101 101011000 1100011 101111

Color Harmonies of #F10143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10143

Black with #F10143

Text Example


Text Example

White with #F10143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10143; }

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

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

background-color css

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

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

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

border-color css

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

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

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