Html Css Color HEX #F60241 Torch Red

📋 copy color: '#F60241'

red 246 ◦ green 2 ◦ blue 65

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

Shades of Torch Red #F60241

Tints of Torch Red #F60241

RGB

 RED value IS 246 (96.48% from 255) = 78.59%

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 78.59%
G = 0.64%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F60241 (or 0xF60241) is known color: Torch Red. HEX triplet: F6, 02 and 41. RGB value is (246,2,65). Sum of RGB (Red+Green+Blue) = 246+2+65=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F60241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60241 is #09FDBE. Grayscale: #525252. Windows color (decimal): -654783 or 4260598. OLE color: 4260598.

HSL color Cylindrical-coordinate representation of color #F60241: hue angle of 344.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60241 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 65 -
CMYK 0 0.99 0.74 0.04
HSL 344.51º 0.98% 0.49% -
HSV(B) 344.51º 0.99% 0.96% -
XYZ 38.98 20.02 6.81 -
YUV 82.14 118.34 244.88 -
System Red Green Blue C M Y K H S L
Decimal 246 2 65 0 0.99 0.74 0.04 344.51 0.98 0.49
Hex F6 2 41 0 63 4A 4 159 62 31
Octal 366 2 101 0 143 112 4 531 142 61
Binary 11110110 10 1000001 0 1100011 1001010 100 101011001 1100010 110001

Color Harmonies of #F60241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60241

Black with #F60241

Text Example


Text Example

White with #F60241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60241; }

 p { color: rgb(246,2,65); }

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

background-color css

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

 a { background-color: rgb(246,2,65); }

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

border-color css

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

 span { border-color: rgb(246,2,65); }

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