Html Css Color HEX #F11048 Torch Red

📋 copy color: '#F11048'

red 241 ◦ green 16 ◦ blue 72

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

Shades of Torch Red #F11048

Tints of Torch Red #F11048

RGB

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

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

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

R = 73.25%
G = 4.86%
B = 21.88%

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

#F11048 (or 0xF11048) is known color: Torch Red. HEX triplet: F1, 10 and 48. RGB value is (241,16,72). Sum of RGB (Red+Green+Blue) = 241+16+72=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F11048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11048 is #0EEFB7. Grayscale: #595959. Windows color (decimal): -978872 or 4722929. OLE color: 4722929.

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

Color convert

RGB 241 16 72 -
CMYK 0 0.93 0.70 0.05
HSL 345.07º 0.89% 0.5% -
HSV(B) 345.07º 0.93% 0.95% -
XYZ 37.63 19.54 7.92 -
YUV 89.66 118.04 235.95 -
System Red Green Blue C M Y K H S L
Decimal 241 16 72 0 0.93 0.70 0.05 345.07 0.89 0.5
Hex F1 10 48 0 5D 46 5 159 59 32
Octal 361 20 110 0 135 106 5 531 131 62
Binary 11110001 10000 1001000 0 1011101 1000110 101 101011001 1011001 110010

Color Harmonies of #F11048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11048

Black with #F11048

Text Example


Text Example

White with #F11048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11048; }

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

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

background-color css

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

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

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

border-color css

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

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

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