Html Css Color HEX #F11044 Torch Red

📋 copy color: '#F11044'

red 241 ◦ green 16 ◦ blue 68

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

Shades of Torch Red #F11044

Tints of Torch Red #F11044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.92%

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 74.15%
G = 4.92%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F11044 (or 0xF11044) is known color: Torch Red. HEX triplet: F1, 10 and 44. RGB value is (241,16,68). Sum of RGB (Red+Green+Blue) = 241+16+68=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F11044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11044 is #0EEFBB. Grayscale: #595959. Windows color (decimal): -978876 or 4460785. OLE color: 4460785.

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

Color convert

RGB 241 16 68 -
CMYK 0 0.93 0.72 0.05
HSL 346.13º 0.89% 0.5% -
HSV(B) 346.13º 0.93% 0.95% -
XYZ 37.5 19.49 7.25 -
YUV 89.2 116.04 236.27 -
System Red Green Blue C M Y K H S L
Decimal 241 16 68 0 0.93 0.72 0.05 346.13 0.89 0.5
Hex F1 10 44 0 5D 48 5 15A 59 32
Octal 361 20 104 0 135 110 5 532 131 62
Binary 11110001 10000 1000100 0 1011101 1001000 101 101011010 1011001 110010

Color Harmonies of #F11044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11044

Black with #F11044

Text Example


Text Example

White with #F11044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11044; }

 p { color: rgb(241,16,68); }

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

background-color css

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

 a { background-color: rgb(241,16,68); }

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

border-color css

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

 span { border-color: rgb(241,16,68); }

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