Html Css Color HEX #F11448 Torch Red

📋 copy color: '#F11448'

red 241 ◦ green 20 ◦ blue 72

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

Shades of Torch Red #F11448

Tints of Torch Red #F11448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.01%

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

R = 72.37%
G = 6.01%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F11448 (or 0xF11448) is known color: Torch Red. HEX triplet: F1, 14 and 48. RGB value is (241,20,72). Sum of RGB (Red+Green+Blue) = 241+20+72=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F11448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11448 is #0EEBB7. Grayscale: #5C5C5C. Windows color (decimal): -977848 or 4723953. OLE color: 4723953.

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

Color convert

RGB 241 20 72 -
CMYK 0 0.92 0.70 0.05
HSL 345.88º 0.89% 0.51% -
HSV(B) 345.88º 0.92% 0.95% -
XYZ 37.7 19.67 7.94 -
YUV 92.01 116.72 234.27 -
System Red Green Blue C M Y K H S L
Decimal 241 20 72 0 0.92 0.70 0.05 345.88 0.89 0.51
Hex F1 14 48 0 5C 46 5 15A 59 33
Octal 361 24 110 0 134 106 5 532 131 63
Binary 11110001 10100 1001000 0 1011100 1000110 101 101011010 1011001 110011

Color Harmonies of #F11448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11448

Black with #F11448

Text Example


Text Example

White with #F11448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11448; }

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

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

background-color css

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

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

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

border-color css

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

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

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