Html Css Color HEX #F60240 Torch Red

📋 copy color: '#F60240'

red 246 ◦ green 2 ◦ blue 64

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

Shades of Torch Red #F60240

Tints of Torch Red #F60240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 78.85%
G = 0.64%
B = 20.51%

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

#F60240 (or 0xF60240) is known color: Torch Red. HEX triplet: F6, 02 and 40. RGB value is (246,2,64). Sum of RGB (Red+Green+Blue) = 246+2+64=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F60240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60240 is #09FDBF. Grayscale: #525252. Windows color (decimal): -654784 or 4195062. OLE color: 4195062.

HSL color Cylindrical-coordinate representation of color #F60240: hue angle of 344.75º 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 #F60240 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 64 -
CMYK 0 0.99 0.74 0.04
HSL 344.75º 0.98% 0.49% -
HSV(B) 344.75º 0.99% 0.96% -
XYZ 38.95 20.01 6.66 -
YUV 82.02 117.84 244.96 -
System Red Green Blue C M Y K H S L
Decimal 246 2 64 0 0.99 0.74 0.04 344.75 0.98 0.49
Hex F6 2 40 0 63 4A 4 159 62 31
Octal 366 2 100 0 143 112 4 531 142 61
Binary 11110110 10 1000000 0 1100011 1001010 100 101011001 1100010 110001

Color Harmonies of #F60240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60240

Black with #F60240

Text Example


Text Example

White with #F60240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60240; }

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

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

background-color css

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

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

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

border-color css

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

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

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