Html Css Color HEX #F10044 Torch Red

📋 copy color: '#F10044'

red 241 ◦ green 0 ◦ blue 68

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

Shades of Torch Red #F10044

Tints of Torch Red #F10044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.99%
G = 0%
B = 22.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F10044 (or 0xF10044) is known color: Torch Red. HEX triplet: F1, 00 and 44. RGB value is (241,0,68). Sum of RGB (Red+Green+Blue) = 241+0+68=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F10044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10044 is #0EFFBB. Grayscale: #4F4F4F. Windows color (decimal): -982972 or 4456689. OLE color: 4456689.

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

Color convert

RGB 241 0 68 -
CMYK 0 1 0.72 0.05
HSL 343.07º 1% 0.47% -
HSV(B) 343.07º 1% 0.95% -
XYZ 37.32 19.12 7.19 -
YUV 79.81 121.34 242.97 -
System Red Green Blue C M Y K H S L
Decimal 241 0 68 0 1 0.72 0.05 343.07 1 0.47
Hex F1 0 44 0 64 48 5 157 64 2F
Octal 361 0 104 0 144 110 5 527 144 57
Binary 11110001 0 1000100 0 1100100 1001000 101 101010111 1100100 101111

Color Harmonies of #F10044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10044

Black with #F10044

Text Example


Text Example

White with #F10044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10044; }

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

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

background-color css

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

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

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

border-color css

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

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

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