Html Css Color HEX #F11247 Torch Red

📋 copy color: '#F11247'

red 241 ◦ green 18 ◦ blue 71

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

Shades of Torch Red #F11247

Tints of Torch Red #F11247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.45%

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

R = 73.03%
G = 5.45%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F11247 (or 0xF11247) is known color: Torch Red. HEX triplet: F1, 12 and 47. RGB value is (241,18,71). Sum of RGB (Red+Green+Blue) = 241+18+71=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F11247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11247 is #0EEDB8. Grayscale: #5A5A5A. Windows color (decimal): -978361 or 4657905. OLE color: 4657905.

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

Color convert

RGB 241 18 71 -
CMYK 0 0.93 0.71 0.05
HSL 345.74º 0.89% 0.51% -
HSV(B) 345.74º 0.93% 0.95% -
XYZ 37.63 19.59 7.76 -
YUV 90.72 116.88 235.19 -
System Red Green Blue C M Y K H S L
Decimal 241 18 71 0 0.93 0.71 0.05 345.74 0.89 0.51
Hex F1 12 47 0 5D 47 5 15A 59 33
Octal 361 22 107 0 135 107 5 532 131 63
Binary 11110001 10010 1000111 0 1011101 1000111 101 101011010 1011001 110011

Color Harmonies of #F11247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11247

Black with #F11247

Text Example


Text Example

White with #F11247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11247; }

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

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

background-color css

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

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

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

border-color css

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

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

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