Html Css Color HEX #F10128 Torch Red

📋 copy color: '#F10128'

red 241 ◦ green 1 ◦ blue 40

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

Shades of Torch Red #F10128

Tints of Torch Red #F10128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 85.46%
G = 0.35%
B = 14.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F10128 (or 0xF10128) is known color: Torch Red. HEX triplet: F1, 01 and 28. RGB value is (241,1,40). Sum of RGB (Red+Green+Blue) = 241+1+40=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F10128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10128 is #0EFED7. Grayscale: #4D4D4D. Windows color (decimal): -982744 or 2621937. OLE color: 2621937.

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

Color convert

RGB 241 1 40 -
CMYK 0 1.00 0.83 0.05
HSL 350.25º 0.99% 0.47% -
HSV(B) 350.25º 1% 0.95% -
XYZ 36.67 18.88 3.72 -
YUV 77.21 107.01 244.83 -
System Red Green Blue C M Y K H S L
Decimal 241 1 40 0 1.00 0.83 0.05 350.25 0.99 0.47
Hex F1 1 28 0 64 53 5 15E 63 2F
Octal 361 1 50 0 144 123 5 536 143 57
Binary 11110001 1 101000 0 1100100 1010011 101 101011110 1100011 101111

Color Harmonies of #F10128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10128

Black with #F10128

Text Example


Text Example

White with #F10128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10128; }

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

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

background-color css

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

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

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

border-color css

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

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

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