Html Css Color HEX #F60140 Torch Red

📋 copy color: '#F60140'

red 246 ◦ green 1 ◦ blue 64

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

Shades of Torch Red #F60140

Tints of Torch Red #F60140

RGB

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

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

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

R = 79.1%
G = 0.32%
B = 20.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F60140 (or 0xF60140) is known color: Torch Red. HEX triplet: F6, 01 and 40. RGB value is (246,1,64). Sum of RGB (Red+Green+Blue) = 246+1+64=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F60140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60140 is #09FEBF. Grayscale: #515151. Windows color (decimal): -655040 or 4194806. OLE color: 4194806.

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

Color convert

RGB 246 1 64 -
CMYK 0 1.00 0.74 0.04
HSL 344.57º 0.99% 0.48% -
HSV(B) 344.57º 1% 0.96% -
XYZ 38.94 19.98 6.66 -
YUV 81.44 118.17 245.38 -
System Red Green Blue C M Y K H S L
Decimal 246 1 64 0 1.00 0.74 0.04 344.57 0.99 0.48
Hex F6 1 40 0 64 4A 4 159 63 30
Octal 366 1 100 0 144 112 4 531 143 60
Binary 11110110 1 1000000 0 1100100 1001010 100 101011001 1100011 110000

Color Harmonies of #F60140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60140

Black with #F60140

Text Example


Text Example

White with #F60140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60140; }

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

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

background-color css

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

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

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

border-color css

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

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

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