Html Css Color HEX #F10E47 Torch Red

📋 copy color: '#F10E47'

red 241 ◦ green 14 ◦ blue 71

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

Shades of Torch Red #F10E47

Tints of Torch Red #F10E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.29%

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

R = 73.93%
G = 4.29%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F10E47 (or 0xF10E47) is known color: Torch Red. HEX triplet: F1, 0E and 47. RGB value is (241,14,71). Sum of RGB (Red+Green+Blue) = 241+14+71=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10E47 is #0EF1B8. Grayscale: #585858. Windows color (decimal): -979385 or 4656881. OLE color: 4656881.

HSL color Cylindrical-coordinate representation of color #F10E47: hue angle of 344.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10E47 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 14 71 -
CMYK 0 0.94 0.71 0.05
HSL 344.93º 0.89% 0.5% -
HSV(B) 344.93º 0.94% 0.95% -
XYZ 37.57 19.47 7.74 -
YUV 88.37 118.21 236.87 -
System Red Green Blue C M Y K H S L
Decimal 241 14 71 0 0.94 0.71 0.05 344.93 0.89 0.5
Hex F1 E 47 0 5E 47 5 159 59 32
Octal 361 16 107 0 136 107 5 531 131 62
Binary 11110001 1110 1000111 0 1011110 1000111 101 101011001 1011001 110010

Color Harmonies of #F10E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10E47

Black with #F10E47

Text Example


Text Example

White with #F10E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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