Html Css Color HEX #F10145 Torch Red

📋 copy color: '#F10145'

red 241 ◦ green 1 ◦ blue 69

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

Shades of Torch Red #F10145

Tints of Torch Red #F10145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 77.49%
G = 0.32%
B = 22.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F10145 (or 0xF10145) is known color: Torch Red. HEX triplet: F1, 01 and 45. RGB value is (241,1,69). Sum of RGB (Red+Green+Blue) = 241+1+69=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F10145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10145 is #0EFEBA. Grayscale: #505050. Windows color (decimal): -982715 or 4522481. OLE color: 4522481.

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

Color convert

RGB 241 1 69 -
CMYK 0 1.00 0.71 0.05
HSL 343º 0.99% 0.47% -
HSV(B) 343º 1% 0.95% -
XYZ 37.36 19.15 7.36 -
YUV 80.51 121.51 242.47 -
System Red Green Blue C M Y K H S L
Decimal 241 1 69 0 1.00 0.71 0.05 343 0.99 0.47
Hex F1 1 45 0 64 47 5 157 63 2F
Octal 361 1 105 0 144 107 5 527 143 57
Binary 11110001 1 1000101 0 1100100 1000111 101 101010111 1100011 101111

Color Harmonies of #F10145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10145

Black with #F10145

Text Example


Text Example

White with #F10145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10145; }

 p { color: rgb(241,1,69); }

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

background-color css

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

 a { background-color: rgb(241,1,69); }

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

border-color css

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

 span { border-color: rgb(241,1,69); }

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