Html Css Color HEX #F10147 Torch Red

📋 copy color: '#F10147'

red 241 ◦ green 1 ◦ blue 71

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

Shades of Torch Red #F10147

Tints of Torch Red #F10147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 77%
G = 0.32%
B = 22.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F10147 (or 0xF10147) is known color: Torch Red. HEX triplet: F1, 01 and 47. RGB value is (241,1,71). Sum of RGB (Red+Green+Blue) = 241+1+71=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F10147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10147 is #0EFEB8. Grayscale: #505050. Windows color (decimal): -982713 or 4653553. OLE color: 4653553.

HSL color Cylindrical-coordinate representation of color #F10147: hue angle of 342.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 #F10147 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 71 -
CMYK 0 1.00 0.71 0.05
HSL 342.5º 0.99% 0.47% -
HSV(B) 342.5º 1% 0.95% -
XYZ 37.42 19.18 7.69 -
YUV 80.74 122.51 242.31 -
System Red Green Blue C M Y K H S L
Decimal 241 1 71 0 1.00 0.71 0.05 342.5 0.99 0.47
Hex F1 1 47 0 64 47 5 156 63 2F
Octal 361 1 107 0 144 107 5 526 143 57
Binary 11110001 1 1000111 0 1100100 1000111 101 101010110 1100011 101111

Color Harmonies of #F10147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10147

Black with #F10147

Text Example


Text Example

White with #F10147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10147; }

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

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

background-color css

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

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

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

border-color css

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

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

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