Html Css Color HEX #F11248 Torch Red

📋 copy color: '#F11248'

red 241 ◦ green 18 ◦ blue 72

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

Shades of Torch Red #F11248

Tints of Torch Red #F11248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 72.81%
G = 5.44%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F11248 (or 0xF11248) is known color: Torch Red. HEX triplet: F1, 12 and 48. RGB value is (241,18,72). Sum of RGB (Red+Green+Blue) = 241+18+72=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F11248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11248 is #0EEDB7. Grayscale: #5A5A5A. Windows color (decimal): -978360 or 4723441. OLE color: 4723441.

HSL color Cylindrical-coordinate representation of color #F11248: hue angle of 345.47º 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 #F11248 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 18 72 -
CMYK 0 0.93 0.70 0.05
HSL 345.47º 0.89% 0.51% -
HSV(B) 345.47º 0.93% 0.95% -
XYZ 37.66 19.6 7.93 -
YUV 90.83 117.38 235.11 -
System Red Green Blue C M Y K H S L
Decimal 241 18 72 0 0.93 0.70 0.05 345.47 0.89 0.51
Hex F1 12 48 0 5D 46 5 159 59 33
Octal 361 22 110 0 135 106 5 531 131 63
Binary 11110001 10010 1001000 0 1011101 1000110 101 101011001 1011001 110011

Color Harmonies of #F11248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11248

Black with #F11248

Text Example


Text Example

White with #F11248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11248; }

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

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

background-color css

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

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

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

border-color css

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

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

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