Html Css Color HEX #F01241 Torch Red

📋 copy color: '#F01241'

red 240 ◦ green 18 ◦ blue 65

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

Shades of Torch Red #F01241

Tints of Torch Red #F01241

RGB

 RED value IS 240 (94.14% from 255) = 74.3%

 GREEN value IS 18 (7.42% from 255) = 5.57%

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 74.3%
G = 5.57%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F01241 (or 0xF01241) is known color: Torch Red. HEX triplet: F0, 12 and 41. RGB value is (240,18,65). Sum of RGB (Red+Green+Blue) = 240+18+65=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F01241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01241 is #0FEDBE. Grayscale: #595959. Windows color (decimal): -1043903 or 4264688. OLE color: 4264688.

HSL color Cylindrical-coordinate representation of color #F01241: hue angle of 347.3º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01241 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 65 -
CMYK 0 0.92 0.73 0.06
HSL 347.3º 0.88% 0.51% -
HSV(B) 347.3º 0.93% 0.94% -
XYZ 37.11 19.34 6.78 -
YUV 89.74 114.05 235.18 -
System Red Green Blue C M Y K H S L
Decimal 240 18 65 0 0.92 0.73 0.06 347.3 0.88 0.51
Hex F0 12 41 0 5C 49 6 15B 58 33
Octal 360 22 101 0 134 111 6 533 130 63
Binary 11110000 10010 1000001 0 1011100 1001001 110 101011011 1011000 110011

Color Harmonies of #F01241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01241

Black with #F01241

Text Example


Text Example

White with #F01241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01241; }

 p { color: rgb(240,18,65); }

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

background-color css

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

 a { background-color: rgb(240,18,65); }

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

border-color css

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

 span { border-color: rgb(240,18,65); }

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